Changeset 46074
- Timestamp:
- 09/06/2019 09:55:28 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
r45989 r46074 1179 1179 ); 1180 1180 1181 $scripts->add( 'wp-sanitize', "/wp-includes/js/wp-sanitize$suffix.js", array( 'jquery' ), false, 1 );1182 1183 1181 $scripts->add( 'wp-backbone', "/wp-includes/js/wp-backbone$suffix.js", array( 'backbone', 'wp-util' ), false, 1 ); 1184 1182
Note: See TracChangeset
for help on using the changeset viewer.