mirror of
git://develop.git.wordpress.org/
synced 2025-01-19 05:38:07 +01:00
Update jQuery to 1.11.3:
http://blog.jquery.com/2015/04/28/jquery-1-11-3-and-2-1-4-released-ios-fail-safe-edition/ Changelog: * https://github.com/jquery/jquery/issues?q=milestone%3A1.11.3%2F2.1.4 * https://github.com/jquery/jquery/compare/1.11.2...1.11.3 Props peterwilsoncc. Fixes #32794. git-svn-id: https://develop.svn.wordpress.org/trunk@32978 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e4aa6ae703
commit
cb6867f374
11
src/wp-includes/js/jquery/jquery.js
vendored
11
src/wp-includes/js/jquery/jquery.js
vendored
File diff suppressed because one or more lines are too long
@ -184,8 +184,8 @@ function wp_default_scripts( &$scripts ) {
|
||||
$scripts->add( 'cropper', '/wp-includes/js/crop/cropper.js', array('scriptaculous-dragdrop') );
|
||||
|
||||
// jQuery
|
||||
$scripts->add( 'jquery', false, array( 'jquery-core', 'jquery-migrate' ), '1.11.2' );
|
||||
$scripts->add( 'jquery-core', '/wp-includes/js/jquery/jquery.js', array(), '1.11.2' );
|
||||
$scripts->add( 'jquery', false, array( 'jquery-core', 'jquery-migrate' ), '1.11.3' );
|
||||
$scripts->add( 'jquery-core', '/wp-includes/js/jquery/jquery.js', array(), '1.11.3' );
|
||||
$scripts->add( 'jquery-migrate', "/wp-includes/js/jquery/jquery-migrate$suffix.js", array(), '1.2.1' );
|
||||
|
||||
// full jQuery UI
|
||||
|
Loading…
x
Reference in New Issue
Block a user