[wp-trac] [WordPress Trac] #4857: More issues with wpautop()

WordPress Trac noreply at wordpress.org
Wed Aug 28 15:09:09 UTC 2013


#4857: More issues with wpautop()
-------------------------------------------------+-------------------------
 Reporter:  Viper007Bond                         |       Owner:  mdawaffe
     Type:  defect (bug)                         |      Status:  reopened
 Priority:  low                                  |   Milestone:  Future
Component:  Formatting                           |  Release
 Severity:  normal                               |     Version:  2.3
 Keywords:  wpautop needs-patch needs-unit-      |  Resolution:
  tests                                          |
-------------------------------------------------+-------------------------
Changes (by SergeyBiryukov):

 * keywords:  wpautop => wpautop needs-patch needs-unit-tests
 * status:  closed => reopened
 * resolution:  worksforme =>
 * milestone:   => Future Release


Comment:

 The examples from comment:7 appear to work now, but `wpautop(
 'Foo<div>Bar</div>' )` still fails for me in trunk:
 {{{
 <p>Foo
 <div>Bar</div>
 }}}
 Same with `wpautop( 'This is some <pre>code</pre>' )`:
 {{{
 <p>This is some
 <pre>code</pre>
 }}}

--
Ticket URL: <http://core.trac.wordpress.org/ticket/4857#comment:15>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list