Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #37880, comment 3


Ignore:
Timestamp:
09/01/2016 12:34:55 AM (10 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37880, comment 3

    v1 v2  
    11As @afercia said above, this is a minimal configuration for use in places that require only a minimal editing capabilities. It was intended for use in Press This but is not used in core any more.
    22
    3 In that terms don't think we should be adding any more filters to it. If you really need to, you can access all the TinyMCE options form the `teeny_mce_before_config` filter, including adding of external plugins.
     3In that terms don't think we should be adding any more filters to it. If you really need to, you can access all the TinyMCE options form the `teeny_mce_before_init` filter, including adding of external plugins.