Script Loader: Correct version for jQuery Migrate.

Follow-up to [49338].

See #51621, #50564.
Built from https://develop.svn.wordpress.org/trunk@49615


git-svn-id: http://core.svn.wordpress.org/trunk@49353 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-11-16 21:36:05 +00:00
parent 14bd8cc469
commit 7712866212
2 changed files with 2 additions and 2 deletions

View File

@ -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.1' );
$scripts->add( 'jquery-migrate', "/wp-includes/js/jquery/jquery-migrate$suffix.js", array(), '3.3.2-pre' );
// Full jQuery UI.
// The build process in 1.12.1 has changed significantly.

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.6-beta4-49614';
$wp_version = '5.6-beta4-49615';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.