Plugin Directory

Changeset 219027


Ignore:
Timestamp:
03/18/2010 07:51:50 AM (16 years ago)
Author:
Dimox
Message:
 
Location:
jquery-comment-preview
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • jquery-comment-preview/tags/0.1.7/jquery-comment-preview.php

    r219024 r219027  
    545545        if(!is_admin()) {
    546546            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');
    548548            wp_enqueue_script('jquery');
    549549        }
    550550    }
    551551}
    552 add_action('wp_head', 'jcp_jquery');
     552add_action('wp_head', 'jcp_jquery', 8);
    553553
    554554
  • jquery-comment-preview/tags/0.1.7/readme.txt

    r219024 r219027  
    3838
    3939* 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.
    4041
    4142Full 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  
    545545        if(!is_admin()) {
    546546            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');
    548548            wp_enqueue_script('jquery');
    549549        }
    550550    }
    551551}
    552 add_action('wp_head', 'jcp_jquery');
     552add_action('wp_head', 'jcp_jquery', 8);
    553553
    554554
  • jquery-comment-preview/trunk/readme.txt

    r219024 r219027  
    3838
    3939* 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.
    4041
    4142Full 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.