Changeset 48925 for branches/5.5/src/wp-includes/script-loader.php
- Timestamp:
- 08/31/2020 10:41:11 PM (4 years ago)
- Location:
- branches/5.5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.5
-
branches/5.5/src/wp-includes/script-loader.php
r48891 r48925 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.