[wp-trac] [WordPress Trac] #11257: Reproducible Output Failure
WordPress Trac
wp-trac at lists.automattic.com
Sun Nov 29 21:17:40 UTC 2009
#11257: Reproducible Output Failure
--------------------------+-------------------------------------------------
Reporter: miqrogroove | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 2.9
Component: General | Version: 2.8.4
Severity: normal | Keywords:
--------------------------+-------------------------------------------------
Comment(by miqrogroove):
I've confirmed get_shortcode_regex is not the cause of the problem.
It's starting to look like there is a conflict between the P elements and
shortcode matching.
Note the regexp is incorrect for situations like
{{{
<p>[shortcode]<p>[shortcode]<p>Hello World</p>
}}}
... which is exactly what wpautop() is emitting before the last statement.
Could the syntax error be causing the recursion problem? I guess I'll
have to test that theory as well.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/11257#comment:9>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list