External Libraries: Update jQuery to 1.12.2.
Release post: http://blog.jquery.com/2016/03/17/jquery-1-12-2-and-2-2-2-released/ Changelog: https://github.com/jquery/jquery/compare/1.12.1...1.12.2 See #35380. git-svn-id: https://develop.svn.wordpress.org/trunk@37070 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
979d8931d3
commit
703bd5f97f
10
src/wp-includes/js/jquery/jquery.js
vendored
10
src/wp-includes/js/jquery/jquery.js
vendored
File diff suppressed because one or more lines are too long
@ -179,8 +179,8 @@ function wp_default_scripts( &$scripts ) {
|
|||||||
$scripts->add( 'cropper', '/wp-includes/js/crop/cropper.js', array('scriptaculous-dragdrop') );
|
$scripts->add( 'cropper', '/wp-includes/js/crop/cropper.js', array('scriptaculous-dragdrop') );
|
||||||
|
|
||||||
// jQuery
|
// jQuery
|
||||||
$scripts->add( 'jquery', false, array( 'jquery-core', 'jquery-migrate' ), '1.12.1' );
|
$scripts->add( 'jquery', false, array( 'jquery-core', 'jquery-migrate' ), '1.12.2' );
|
||||||
$scripts->add( 'jquery-core', '/wp-includes/js/jquery/jquery.js', array(), '1.12.1' );
|
$scripts->add( 'jquery-core', '/wp-includes/js/jquery/jquery.js', array(), '1.12.2' );
|
||||||
$scripts->add( 'jquery-migrate', "/wp-includes/js/jquery/jquery-migrate$suffix.js", array(), '1.3.0' );
|
$scripts->add( 'jquery-migrate', "/wp-includes/js/jquery/jquery-migrate$suffix.js", array(), '1.3.0' );
|
||||||
|
|
||||||
// full jQuery UI
|
// full jQuery UI
|
||||||
|
Loading…
Reference in New Issue
Block a user