Changeset 58880 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 08/10/2024 11:55:22 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r58872 r58880 1040 1040 did_action( 'init' ) && $scripts->add_data( 'json2', 'conditional', 'lt IE 8' ); 1041 1041 1042 $scripts->add( 'underscore', "/wp-includes/js/underscore$dev_suffix.js", array(), '1.13. 4', 1 );1042 $scripts->add( 'underscore', "/wp-includes/js/underscore$dev_suffix.js", array(), '1.13.7', 1 ); 1043 1043 $scripts->add( 'backbone', "/wp-includes/js/backbone$dev_suffix.js", array( 'underscore', 'jquery' ), '1.6.0', 1 ); 1044 1044
Note: See TracChangeset
for help on using the changeset viewer.