Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #41422, comment 1


Ignore:
Timestamp:
07/24/2017 12:11:07 PM (7 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41422, comment 1

    initial v1  
    1 Not sure if that's a good idea: more complexity for something that is already easy to do with the current functionality. The filters priority is exactly for these cases. Wouldn't it be much clearer and easier to add balanceTags with priority of 11 (or 15)?
     1Not sure if that's a good idea: more complexity for something that is already easy to do with the current functionality. The filters priority is exactly for these cases. Wouldn't it be much clearer and easier to add balanceTags with priority of 11 (or 15)?
     2
     3(BTW plugins can do that too: remove both filters then add do_shortcode with priority 10 and balanceTags with priority 11.)