Changeset 45354 for branches/5.2/src/wp-includes/script-loader.php
- Timestamp:
- 05/17/2019 05:07:41 PM (5 years ago)
- Location:
- branches/5.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2
-
branches/5.2/src/wp-includes/script-loader.php
r45320 r45354 1013 1013 1014 1014 // jQuery 1015 $scripts->add( 'jquery', false, array( 'jquery-core', 'jquery-migrate' ), '1.12.4 ' );1016 $scripts->add( 'jquery-core', '/wp-includes/js/jquery/jquery.js', array(), '1.12.4 ' );1015 $scripts->add( 'jquery', false, array( 'jquery-core', 'jquery-migrate' ), '1.12.4-wp' ); 1016 $scripts->add( 'jquery-core', '/wp-includes/js/jquery/jquery.js', array(), '1.12.4-wp' ); 1017 1017 $scripts->add( 'jquery-migrate', "/wp-includes/js/jquery/jquery-migrate$suffix.js", array(), '1.4.1' ); 1018 1018
Note: See TracChangeset
for help on using the changeset viewer.