mirror of
git://develop.git.wordpress.org/
synced 2025-02-28 18:43:03 +01:00
jQuery 1.8.3. fixes #22432.
git-svn-id: https://develop.svn.wordpress.org/trunk@22593 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
2dac32634e
commit
858f0343d3
4
wp-includes/js/jquery/jquery.js
vendored
4
wp-includes/js/jquery/jquery.js
vendored
File diff suppressed because one or more lines are too long
@ -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.2' );
|
||||
$scripts->add( 'jquery', '/wp-includes/js/jquery/jquery.js', array(), '1.8.3' );
|
||||
|
||||
// full jQuery UI
|
||||
$scripts->add( 'jquery-ui-core', '/wp-includes/js/jquery/ui/jquery.ui.core.min.js', array('jquery'), '1.9.1', 1 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user