Bump jQuery version in the script loader. see #21957.

git-svn-id: https://develop.svn.wordpress.org/trunk@22181 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-10-11 03:29:02 +00:00
parent 7dbf364156
commit d275546925
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,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') );
$scripts->add( 'jquery', '/wp-includes/js/jquery/jquery.js', array(), '1.8.1' );
$scripts->add( 'jquery', '/wp-includes/js/jquery/jquery.js', array(), '1.8.2' );
// full jQuery UI
$scripts->add( 'jquery-ui-core', '/wp-includes/js/jquery/ui/jquery.ui.core.min.js', array('jquery'), '1.9pre', 1 );