jQuery 1.7.1, fixes #19326

git-svn-id: http://svn.automattic.com/wordpress/trunk@19423 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2011-11-23 19:36:15 +00:00
parent 5a84496f20
commit f55996cc33
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.7' );
$scripts->add( 'jquery', '/wp-includes/js/jquery/jquery.js', false, '1.7.1' );
// full jQuery UI
$scripts->add( 'jquery-ui-core', '/wp-includes/js/jquery/ui/jquery.ui.core.min.js', array('jquery'), '1.8.16', 1 );