Update to jquery 1.1.4. Props mdawaffe. fixes #4810

git-svn-id: https://develop.svn.wordpress.org/trunk@5939 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2007-08-24 21:46:03 +00:00
parent a1b51966d7
commit d0c245d950
2 changed files with 6 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -71,7 +71,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.1.3.1');
$this->add( 'jquery', '/wp-includes/js/jquery/jquery.js', false, '1.1.4');
$this->add( 'jquery-form', '/wp-includes/js/jquery/jquery.form.js', array('jquery'), '1.0.3');
$this->add( 'interface', '/wp-includes/js/jquery/interface.js', array('jquery'), '1.2');