[wp-trac] Re: [WordPress Trac] #6877: preg_replace in wpautop
deletes all the text in the post
WordPress Trac
wp-trac at lists.automattic.com
Fri Jan 23 12:22:39 GMT 2009
#6877: preg_replace in wpautop deletes all the text in the post
----------------------------------------------------+-----------------------
Reporter: duncanmc | Owner: azaozz
Type: defect (bug) | Status: reopened
Priority: highest omg bbq | Milestone: 2.7.1
Component: Administration | Version: 2.7
Severity: critical | Resolution:
Keywords: reporter-feedback , wpautop, has_patch |
----------------------------------------------------+-----------------------
Comment (by Denis-de-Bernardy):
as I understand that regexp, it's supposed to add missing closed paragraph
tags before closing div, address and form tags.
above it, however, we have:
{{{
foreach ( $pees as $tinkle )
$pee .= '<p>' . trim($tinkle, "\n") . "</p>\n";
}}}
might it be that the div/address/form regexp is not useful at all?
--
Ticket URL: <http://trac.wordpress.org/ticket/6877#comment:20>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list