Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #45145, comment 63


Ignore:
Timestamp:
11/21/2018 03:46:39 PM (6 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45145, comment 63

    initial v1  
    11In remove-wp-tinymce-lists.diff: remove separate enqueuing and loading of the `lists` TinyMCE plugin.
    22
    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 SCROPT_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.
     3That 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.
    44