Changeset 51380
- Timestamp:
- 07/08/2021 07:18:05 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r51309 r51380 733 733 // jQuery. 734 734 // The unminified jquery.js and jquery-migrate.js are included to facilitate debugging. 735 $scripts->add( 'jquery', false, array( 'jquery-core', 'jquery-migrate' ), '3. 5.1' );736 $scripts->add( 'jquery-core', "/wp-includes/js/jquery/jquery$suffix.js", array(), '3. 5.1' );735 $scripts->add( 'jquery', false, array( 'jquery-core', 'jquery-migrate' ), '3.6.0' ); 736 $scripts->add( 'jquery-core', "/wp-includes/js/jquery/jquery$suffix.js", array(), '3.6.0' ); 737 737 $scripts->add( 'jquery-migrate', "/wp-includes/js/jquery/jquery-migrate$suffix.js", array(), '3.3.2' ); 738 738
Note: See TracChangeset
for help on using the changeset viewer.