[wp-trac] [WordPress Trac] #30449: shortcode_parse_atts returns incorrect info
WordPress Trac
noreply at wordpress.org
Sun Nov 23 01:15:55 UTC 2014
#30449: shortcode_parse_atts returns incorrect info
--------------------------+------------------------------
Reporter: nampara17 | Owner:
Type: defect (bug) | Status: closed
Priority: normal | Milestone: Awaiting Review
Component: Shortcodes | Version: 4.0.1
Severity: normal | Resolution: worksforme
Keywords: | Focuses:
--------------------------+------------------------------
Changes (by miqrogroove):
* status: new => closed
* resolution: => worksforme
Comment:
Good news/bad news. I figured out nampara17 is using WP Shortcode by
MyThemeShop. The bug is here:
http://plugins.svn.wordpress.org/wp-shortcode/tags/1.2/wp-shortcode.php
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.
Please contact the plugin developer about these problems and reference
this page: http://codex.wordpress.org/Shortcode_API#Unregistered_Names
--
Ticket URL: <https://core.trac.wordpress.org/ticket/30449#comment:13>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list