[wp-trac] [WordPress Trac] #24085: wpautop filter and shortcodes
WordPress Trac
noreply at wordpress.org
Fri May 17 05:12:47 UTC 2013
#24085: wpautop filter and shortcodes
--------------------------+------------------------------
Reporter: Looimaster | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Shortcodes | Version: trunk
Severity: normal | Resolution:
Keywords: |
--------------------------+------------------------------
Comment (by jameskirsop):
Just wanting to say that I've just updated to 3.6 Beta 3 and this is still
an issue for me too.
The following short tags and content:
{{{
[row]
[span]
hello
[/span]
[/row]
}}}
Results in the following HTML output:
{{{
<div class="row">
<p></p>
<p></p>
<div class="span">
<p></p>
<p>hello</p>
<p></p>
</div>
<p></p>
<p></p>
</div>
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/24085#comment:6>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list