[wp-trac] [WordPress Trac] #24085: wpautop filter and shortcodes
WordPress Trac
noreply at wordpress.org
Mon Apr 15 06:41:16 UTC 2013
#24085: wpautop filter and shortcodes
-----------------------------+--------------------------
Reporter: Looimaster | Type: defect (bug)
Status: new | Priority: normal
Milestone: Awaiting Review | Component: General
Version: trunk | Severity: normal
Keywords: |
-----------------------------+--------------------------
I've been told here that this has been fixed in WP3.6 but it wasn't. I
just installed WP3.6 Beta 1 and still doing this:
{{{
[shortcode]
<img src="">
<img src="">
<img src="">
[/shortcode]
}}}
produces this:
{{{
<div class="carousel">
<p></p>
<img src="">
<img src="">
<img src="">
<p></p>
</div>
}}}
which is highly unwanted because I have to strip <p> tags manually in
order to make carousel of images work.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/24085>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list