Changeset 51384
- Timestamp:
- 07/09/2021 12:58:02 AM (3 years ago)
- Location:
- branches/5.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.8
-
branches/5.8/src/wp-includes/script-loader.php
r51347 r51384 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.