Changeset 48268 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 07/01/2020 08:19:39 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r48267 r48268 1280 1280 ); 1281 1281 1282 $scripts->add( 'post', "/wp-admin/js/post$suffix.js", array( 'suggest', 'wp-lists', 'postbox', 'tags-box', 'underscore', 'word-count', 'wp-a11y', 'wp-sanitize', 'clipboard', 'wp-i18n' ), false, 1 ); 1282 $scripts->add( 'post', "/wp-admin/js/post$suffix.js", array( 'suggest', 'wp-lists', 'postbox', 'tags-box', 'underscore', 'word-count', 'wp-a11y', 'wp-sanitize', 'clipboard' ), false, 1 ); 1283 $scripts->set_translations( 'post' ); 1283 1284 did_action( 'init' ) && $scripts->localize( 1284 1285 'post',
Note: See TracChangeset
for help on using the changeset viewer.