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:
parent
d7f0b07a8e
commit
50c56deeeb
8
wp-includes/js/jquery/jquery.js
vendored
8
wp-includes/js/jquery/jquery.js
vendored
File diff suppressed because one or more lines are too long
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user