jQuery 1.7.2. props ocean90. fixes #20339.

git-svn-id: https://develop.svn.wordpress.org/trunk@20337 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-04-01 20:13:36 +00:00
parent c4e65f5f3f
commit 816ebbd616
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') );
$scripts->add( 'jquery', '/wp-includes/js/jquery/jquery.js', array(), '1.7.1' );
$scripts->add( 'jquery', '/wp-includes/js/jquery/jquery.js', array(), '1.7.2' );
// full jQuery UI
$scripts->add( 'jquery-ui-core', '/wp-includes/js/jquery/ui/jquery.ui.core.min.js', array('jquery'), '1.8.16', 1 );