mirror of
git://develop.git.wordpress.org/
synced 2025-03-14 17:09:47 +01:00
Script Loader: Correct version for jQuery Migrate.
Follow-up to [49338]. See #51621, #50564. git-svn-id: https://develop.svn.wordpress.org/trunk@49615 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
117de3b2cd
commit
740d99daf4
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user