Changeset 48323 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 07/05/2020 06:26:24 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r48288 r48323 719 719 720 720 // jQuery. 721 $scripts->add( 'jquery', false, array( 'jquery-core', 'jquery-migrate'), '1.12.4-wp' );721 $scripts->add( 'jquery', '/wp-includes/js/jquery/jquery.js', array(), '1.12.4-wp' ); 722 722 $scripts->add( 'jquery-core', '/wp-includes/js/jquery/jquery.js', array(), '1.12.4-wp' ); 723 723 $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.