Changes between Initial Version and Version 1 of Ticket #34698, comment 28
- Timestamp:
- 11/24/2015 01:03:08 AM (10 years ago)
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]`. 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]`. I've since come to regret this. 2 2 3 3 Unfortunately 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).