diff --git a/src/wp-includes/script-loader.php b/src/wp-includes/script-loader.php
index f48e8debeb..e5b44d9dd1 100644
|
a
|
b
|
function wp_default_scripts( $scripts ) { |
| 823 | 823 | // jQuery. |
| 824 | 824 | // The unminified jquery.js and jquery-migrate.js are included to facilitate debugging. |
| 825 | 825 | $scripts->add( 'jquery', false, array( 'jquery-core', 'jquery-migrate' ), '3.6.4' ); |
| 826 | | $scripts->add( 'jquery-core', "/wp-includes/js/jquery/jquery$suffix.js", array(), '3.6.3' ); |
| | 826 | $scripts->add( 'jquery-core', "/wp-includes/js/jquery/jquery$suffix.js", array(), '3.6.4' ); |
| 827 | 827 | $scripts->add( 'jquery-migrate', "/wp-includes/js/jquery/jquery-migrate$suffix.js", array(), '3.4.0' ); |
| 828 | 828 | |
| 829 | 829 | // Full jQuery UI. |