Changeset 56481 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 08/28/2023 05:12:46 PM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r56393 r56481 834 834 * The unminified jquery.js and jquery-migrate.js are included to facilitate debugging. 835 835 */ 836 $scripts->add( 'jquery', false, array( 'jquery-core', 'jquery-migrate' ), '3.7. 0' );837 $scripts->add( 'jquery-core', "/wp-includes/js/jquery/jquery$suffix.js", array(), '3.7. 0' );836 $scripts->add( 'jquery', false, array( 'jquery-core', 'jquery-migrate' ), '3.7.1' ); 837 $scripts->add( 'jquery-core', "/wp-includes/js/jquery/jquery$suffix.js", array(), '3.7.1' ); 838 838 $scripts->add( 'jquery-migrate', "/wp-includes/js/jquery/jquery-migrate$suffix.js", array(), '3.4.1' ); 839 839
Note: See TracChangeset
for help on using the changeset viewer.