Changeset 51505
- Timestamp:
- 07/28/2021 12:53:17 PM (2 years ago)
- Location:
- branches/5.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.8
-
branches/5.8/src/wp-includes/script-loader.php
r51504 r51505 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.