jQuery 1.2.3

git-svn-id: http://svn.automattic.com/wordpress/trunk@6757 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-02-08 07:33:51 +00:00
parent 4a662f1776
commit 2ebcad280b
2 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -77,7 +77,7 @@ class WP_Scripts {
$this->add( 'cropper', '/wp-includes/js/crop/cropper.js', array('scriptaculous-dragdrop'), '20070118');
$this->add( 'jquery', '/wp-includes/js/jquery/jquery.js', false, '1.2.2');
$this->add( 'jquery', '/wp-includes/js/jquery/jquery.js', false, '1.2.3');
$this->add( 'jquery-form', '/wp-includes/js/jquery/jquery.form.js', array('jquery'), '2.02');
$this->add( 'jquery-color', '/wp-includes/js/jquery/jquery.color.js', array('jquery'), '2.0');
$this->add( 'interface', '/wp-includes/js/jquery/interface.js', array('jquery'), '1.2' );