- Timestamp:
- 08/27/2020 08:31:23 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r48754 r48890 720 720 721 721 // jQuery. 722 $scripts->add( 'jquery', '/wp-includes/js/jquery/jquery.js', array(), '1.12.4-wp' );722 $scripts->add( 'jquery', false, array( 'jquery-core' ), '1.12.4-wp' ); 723 723 $scripts->add( 'jquery-core', '/wp-includes/js/jquery/jquery.js', array(), '1.12.4-wp' ); 724 724 $scripts->add( 'jquery-migrate', "/wp-includes/js/jquery/jquery-migrate$suffix.js", array(), '1.4.1' );
Note: See TracChangeset
for help on using the changeset viewer.