[wp-trac] [WordPress Trac] #11257: Reproducible Output Failure

WordPress Trac wp-trac at lists.automattic.com
Sun Nov 29 22:31:05 UTC 2009


#11257: Reproducible Output Failure
--------------------------+-------------------------------------------------
 Reporter:  miqrogroove   |       Owner:       
     Type:  defect (bug)  |      Status:  new  
 Priority:  normal        |   Milestone:  2.9  
Component:  General       |     Version:  2.8.4
 Severity:  normal        |    Keywords:       
--------------------------+-------------------------------------------------

Comment(by miqrogroove):

 The primary change made by this patch is to remove the following code,
 which until now has served only to heat up server CPUs across the planet:

 {{{
 (?:(\/))?
 }}}

 It is replaced by the equivalent non-recursive form:

 {{{
 \\/?
 }}}

 This patch also fixes a related bug wherein wpautop() backreferences the
 wrong preg match when looking for shortcode close tags like /caption.

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


More information about the wp-trac mailing list