Changes between Initial Version and Version 1 of Ticket #43100, comment 3
- Timestamp:
- 01/23/2018 05:53:50 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43100, comment 3
initial v1 1 yup this affects empty paragraphs only.1 Yup. This affects empty paragraphs only. 2 2 3 3 Current workaround solution is to strip empty paragraph tags from the text before running it through wpautop() … … 10 10 $text = preg_replace('@<p.*?></p>@', '', $text); 11 11 $text = wpautop($text); 12 }}} 12 ?> 13 }}}