mirror of
git://develop.git.wordpress.org/
synced 2025-04-16 18:11:59 +02:00
External Libraries: Update jQuery Migrate to 3.3.2.
Props mgol, azaozz. Merges [49649] to the 5.6 branch. Fixes #50564. git-svn-id: https://develop.svn.wordpress.org/branches/5.6@49667 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
6f4e4aada8
commit
393f06c848
@ -1,5 +1,5 @@
|
||||
/*!
|
||||
* jQuery Migrate - v3.3.2-pre - 2020-10-25T12:21Z
|
||||
* jQuery Migrate - v3.3.2 - 2020-11-18T08:29Z
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
*/
|
||||
( function( factory ) {
|
||||
@ -24,7 +24,7 @@
|
||||
} )( function( jQuery, window ) {
|
||||
"use strict";
|
||||
|
||||
jQuery.migrateVersion = "3.3.2-pre";
|
||||
jQuery.migrateVersion = "3.3.2";
|
||||
|
||||
// Returns 0 if v1 == v2, -1 if v1 < v2, 1 if v1 > v2
|
||||
function compareVersions( v1, v2 ) {
|
||||
|
File diff suppressed because one or more lines are too long
@ -732,7 +732,7 @@ function wp_default_scripts( $scripts ) {
|
||||
// The unminified jquery.js and jquery-migrate.js are included to facilitate debugging.
|
||||
$scripts->add( 'jquery', false, array( 'jquery-core', 'jquery-migrate' ), '3.5.1' );
|
||||
$scripts->add( 'jquery-core', "/wp-includes/js/jquery/jquery$suffix.js", array(), '3.5.1' );
|
||||
$scripts->add( 'jquery-migrate', "/wp-includes/js/jquery/jquery-migrate$suffix.js", array(), '3.3.2-pre' );
|
||||
$scripts->add( 'jquery-migrate', "/wp-includes/js/jquery/jquery-migrate$suffix.js", array(), '3.3.2' );
|
||||
|
||||
// Full jQuery UI.
|
||||
// The build process in 1.12.1 has changed significantly.
|
||||
|
Loading…
x
Reference in New Issue
Block a user