[wp-trac] [WordPress Trac] #25387: Autoembeds don't work with paragraphs

WordPress Trac noreply at wordpress.org
Sun Sep 22 18:27:02 UTC 2013


#25387: Autoembeds don't work with paragraphs
--------------------------+-----------------------------
 Reporter:  Looimaster    |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  General       |    Version:  3.6.1
 Severity:  normal        |   Keywords:
--------------------------+-----------------------------
 I'm writing the below pieces of code in "Text" mode of the posts editor.

 Does work:

 {{{
 http://www.youtube.com/watch?v=xxxxxxxxxxx
 }}}

 Does work:

 {{{
 <p>test
 http://www.youtube.com/watch?v=xxxxxxxxxxx
 test</p>
 }}}

 Doesn't work:

 {{{
 <p>http://www.youtube.com/watch?v=xxxxxxxxxxx</p>
 }}}

--
Ticket URL: <http://core.trac.wordpress.org/ticket/25387>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list