Changes between Initial Version and Version 1 of Ticket #30449, comment 13
- Timestamp:
- 11/23/2014 01:16:59 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30449, comment 13
initial v1 3 3 http://plugins.svn.wordpress.org/wp-shortcode/tags/1.2/wp-shortcode.php 4 4 5 On line 341 the plugin uses customized regex to parse an unregistered shortcode. The plugin also does not use the no_texturize_shortcode filter, so the core code has no way of knowing that the {{{[tag]}}} phrase is a shortcode.5 On line 341 the plugin uses customized regex to parse an unregistered shortcode. The plugin also does not use the no_texturize_shortcodes filter, so the core code has no way of knowing that the {{{[tag]}}} phrase is a shortcode. 6 6 7 7 Please contact the plugin developer about these problems and reference this page: http://codex.wordpress.org/Shortcode_API#Unregistered_Names