Changes between Initial Version and Version 1 of Ticket #45145, comment 63
- Timestamp:
- 11/21/2018 03:46:39 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #45145, comment 63
initial v1 1 1 In remove-wp-tinymce-lists.diff: remove separate enqueuing and loading of the `lists` TinyMCE plugin. 2 2 3 That plugin doesn't need to be added/loaded separately. In production we load `wp-tinymce.js.gz`, `lists` is already included there. When SCR OPT_DEBUG is true or when running from `/src` TinyMCE loads its plugins that are in `wp-includes/js/tinymce/plugins` dir. There is no need or any advantages to load `lists` separately.3 That plugin doesn't need to be added/loaded separately. In production we load `wp-tinymce.js.gz`, `lists` is already included there. When SCRIPT_DEBUG is true or when running from `/src` TinyMCE loads its plugins that are in `wp-includes/js/tinymce/plugins` dir. There is no need or any advantages to load `lists` separately. 4 4