Changeset 51469
- Timestamp:
- 07/21/2021 12:32:57 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r51468 r51469 916 916 did_action( 'init' ) && $scripts->add_data( 'json2', 'conditional', 'lt IE 8' ); 917 917 918 $scripts->add( 'underscore', "/wp-includes/js/underscore$dev_suffix.js", array(), '1. 8.3', 1 );918 $scripts->add( 'underscore', "/wp-includes/js/underscore$dev_suffix.js", array(), '1.13.1', 1 ); 919 919 $scripts->add( 'backbone', "/wp-includes/js/backbone$dev_suffix.js", array( 'underscore', 'jquery' ), '1.4.0', 1 ); 920 920
Note: See TracChangeset
for help on using the changeset viewer.