Skip to content

Commit

Permalink
Merge pull request #15 from createwithrani/fix/php7-bug
Browse files Browse the repository at this point in the history
remove comma in function
  • Loading branch information
aurooba authored Feb 27, 2022
2 parents b56c8aa + 5bd47b5 commit d55748d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickpost.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function createwithrani_quickpost_script() {
'createwithrani-quickpost-js',
plugins_url( $index_js, __FILE__ ),
$asset_file['dependencies'],
$asset_file['version'],
$asset_file['version']
);
wp_set_script_translations( 'createwithrani-quickpost-js' );
wp_enqueue_style(
Expand Down

0 comments on commit d55748d

Please sign in to comment.