Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #34698, comment 28


Ignore:
Timestamp:
11/24/2015 01:03:08 AM (10 years ago)
Author:
Viper007Bond
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34698, comment 28

    initial v1  
    1 My plugin stupidly registers a bunch of shortcodes, the idea being you could just do `[php]code here[/php]` instead of `[code lang="php"]code here[/code]`.
     1My plugin stupidly registers a bunch of shortcodes, the idea being you could just do `[php]code here[/php]` instead of `[code lang="php"]code here[/code]`. I've since come to regret this.
    22
    33Unfortunately if I reverse this decision, it could easily break past usages of the shortcode. Perhaps I can play with filter orders instead? Currently my plugin parses its shortcodes at priority 7 (not the default shortcode priority).