Uses
Uses | Description |
---|---|
wp-includes/functions.wp-scripts.php: wp_print_scripts() | Prints scripts in document head that are in the $handles queue. |
wp-includes/script-loader.php: script_concat_settings() | Determine the concatenation and compression settings for scripts and styles. |
wp-includes/class-wp-editor.php: _WP_Editors::wp_mce_translation() | Translates the default TinyMCE strings and returns them as JSON encoded object ready to be loaded with tinymce.addI18n(), or as JS snippet that should run after tinymce.js is loaded. |