jQuery 1.7.

props ocean90, fixes #19144.


git-svn-id: https://develop.svn.wordpress.org/trunk@19165 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2011-11-05 03:25:14 +00:00
parent d7f0b07a8e
commit 50c56deeeb
2 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -117,7 +117,7 @@ function wp_default_scripts( &$scripts ) {
// not used in core, replaced by Jcrop.js
$scripts->add( 'cropper', '/wp-includes/js/crop/cropper.js', array('scriptaculous-dragdrop'), '20070118');
$scripts->add( 'jquery', '/wp-includes/js/jquery/jquery.js', false, '1.6.4' );
$scripts->add( 'jquery', '/wp-includes/js/jquery/jquery.js', false, '1.7' );
// full jQuery UI
$scripts->add( 'jquery-ui-core', '/wp-includes/js/jquery/ui/jquery.ui.core.min.js', array('jquery'), '1.8.16', 1 );