Skip to content

Commit

Permalink
Added missing files in SVN
Browse files Browse the repository at this point in the history
git-svn-id: https://plugins.svn.wordpress.org/papercite/trunk@368713 b8457f37-d9ea-0310-8a92-e5e31aec5664
  • Loading branch information
bpiwowar committed Apr 4, 2011
1 parent ccf3431 commit ccf91e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion papercite.php
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ function papercite_init() {
global $papercite;

if (function_exists('wp_enqueue_script')) {
wp_register_script('papercite', get_bloginfo('wpurl') . '/wp-content/plugins/papercite/js/papercite.js', array('jquery'), '0.7');
wp_register_script('papercite', get_bloginfo('wpurl') . '/wp-content/plugins/papercite/js/papercite.js', array('jquery'));
wp_enqueue_script('papercite');
}

Expand Down

0 comments on commit ccf91e0

Please sign in to comment.