[wp-trac] [WordPress Trac] #33116: do_shortcode('<[shortcode]') doesn't work
WordPress Trac
noreply at wordpress.org
Fri Jul 24 23:11:12 UTC 2015
#33116: do_shortcode('<[shortcode]') doesn't work
--------------------------+-----------------------------
Reporter: Kleor | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Shortcodes | Version: 4.2.3
Severity: normal | Keywords:
Focuses: |
--------------------------+-----------------------------
Shortcodes preceded by a ''<'' are not parsed anymore. It's a side effect
of the ''do_shortcodes_in_html_tags'' function. Lines 353-355 of the ''wp-
includes/shortcodes.php'' file:
{{{
if ( '<' !== $element[0] ) {
continue;
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/33116>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list