jQuery 1.8.1-not-quite-final. fixes #21736.

git-svn-id: http://core.svn.wordpress.org/trunk@21658 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2012-08-30 02:05:08 +00:00
parent 939b818bf9
commit f0b3d7c66b
2 changed files with 3 additions and 4 deletions

File diff suppressed because one or more lines are too long

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