Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #20055, comment 8


Ignore:
Timestamp:
02/18/2012 04:50:42 AM (13 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20055, comment 8

    v1 v2  
    1 20055-2.patch seems to work properly. The only concern is about WP plugins that add MCE plugins and don't follow the "right way to do it" as described at `'mce_external_plugins'` filter. (Note: it adds about 100KB of non-minified MCE plugins).
     120055-2.patch seems to work properly. ~~The only concern is about WP plugins that add MCE plugins and don't follow the "right way to do it" as described at `'mce_external_plugins'` filter.~~ (Note: it adds about 100KB of non-minified MCE plugins).
     2
     3Scratch that. It used to be possible to add external plugin by only the URI to the plugin's directory. That has been replaced with specifying MCE plugin dependencies that seem to be only supported for the default plugins in tinymce/plugins/ directory.