Changeset 48923 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 08/31/2020 08:28:41 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r48890 r48923 1014 1014 $scripts->add( 'htmlhint-kses', '/wp-includes/js/codemirror/htmlhint-kses.js', array( 'htmlhint' ) ); 1015 1015 $scripts->add( 'code-editor', "/wp-admin/js/code-editor$suffix.js", array( 'jquery', 'wp-codemirror', 'underscore' ) ); 1016 $scripts->add( 'wp-theme-plugin-editor', "/wp-admin/js/theme-plugin-editor$suffix.js", array( ' wp-util', 'wp-sanitize', 'jquery', 'jquery-ui-core', 'wp-a11y', 'underscore' ) );1016 $scripts->add( 'wp-theme-plugin-editor', "/wp-admin/js/theme-plugin-editor$suffix.js", array( 'common', 'wp-util', 'wp-sanitize', 'jquery', 'jquery-ui-core', 'wp-a11y', 'underscore' ) ); 1017 1017 $scripts->set_translations( 'wp-theme-plugin-editor' ); 1018 1018 … … 1262 1262 $scripts->set_translations( 'privacy-tools' ); 1263 1263 1264 $scripts->add( 'updates', "/wp-admin/js/updates$suffix.js", array( ' jquery', 'wp-util', 'wp-a11y', 'wp-sanitize' ), false, 1 );1264 $scripts->add( 'updates', "/wp-admin/js/updates$suffix.js", array( 'common', 'jquery', 'wp-util', 'wp-a11y', 'wp-sanitize' ), false, 1 ); 1265 1265 $scripts->set_translations( 'updates' ); 1266 1266 did_action( 'init' ) && $scripts->localize(
Note: See TracChangeset
for help on using the changeset viewer.