Changeset 219027
- Timestamp:
- 03/18/2010 07:51:50 AM (16 years ago)
- Location:
- jquery-comment-preview
- Files:
-
- 4 edited
-
tags/0.1.7/jquery-comment-preview.php (modified) (1 diff)
-
tags/0.1.7/readme.txt (modified) (1 diff)
-
trunk/jquery-comment-preview.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
jquery-comment-preview/tags/0.1.7/jquery-comment-preview.php
r219024 r219027 545 545 if(!is_admin()) { 546 546 wp_deregister_script('jquery'); 547 wp_register_script('jquery', ("http:// jqueryjs.googlecode.com/files/jquery-1.3.2.min.js"), false, '1.3.2');547 wp_register_script('jquery', ("http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"), false, '1.4.2'); 548 548 wp_enqueue_script('jquery'); 549 549 } 550 550 } 551 551 } 552 add_action('wp_head', 'jcp_jquery' );552 add_action('wp_head', 'jcp_jquery', 8); 553 553 554 554 -
jquery-comment-preview/tags/0.1.7/readme.txt
r219024 r219027 38 38 39 39 * Solved the problem, when preview did not work until the "Update Options" button not been pressed on a plugin options page. 40 * jQuery 1.4.2 is now connected instead of jQuery 1.3.2. 40 41 41 42 Full version history you can find [here](http://articlesss.com/jquery-comment-preview-wordpress-plugin/#version-history). -
jquery-comment-preview/trunk/jquery-comment-preview.php
r219024 r219027 545 545 if(!is_admin()) { 546 546 wp_deregister_script('jquery'); 547 wp_register_script('jquery', ("http:// jqueryjs.googlecode.com/files/jquery-1.3.2.min.js"), false, '1.3.2');547 wp_register_script('jquery', ("http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"), false, '1.4.2'); 548 548 wp_enqueue_script('jquery'); 549 549 } 550 550 } 551 551 } 552 add_action('wp_head', 'jcp_jquery' );552 add_action('wp_head', 'jcp_jquery', 8); 553 553 554 554 -
jquery-comment-preview/trunk/readme.txt
r219024 r219027 38 38 39 39 * Solved the problem, when preview did not work until the "Update Options" button not been pressed on a plugin options page. 40 * jQuery 1.4.2 is now connected instead of jQuery 1.3.2. 40 41 41 42 Full version history you can find [here](http://articlesss.com/jquery-comment-preview-wordpress-plugin/#version-history).
Note: See TracChangeset
for help on using the changeset viewer.