Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #15918, comment 8


Ignore:
Timestamp:
07/11/2011 07:46:17 AM (14 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15918, comment 8

    initial v1  
    1 The only problem here seems to be that there are extra line breaks in the HTML. Wpautop works best when there are no line breaks at all or they are only after block elements.
     1The only problem here seems to be that there are extra line breaks in the HTML. Wpautop works best when there are no line breaks at all or they are only after block elements. Try this:
     2{{{
     3<div><a href="#">WP IZ ASSUM</a><div>NO IT'S BUGGY AS HELL</div></div>
     4}}}