[wp-trac] [WordPress Trac] #18459: Typo in _default_wp_die_handler()

WordPress Trac wp-trac at lists.automattic.com
Wed Aug 17 09:39:19 UTC 2011


#18459: Typo in _default_wp_die_handler()
--------------------------+-----------------------------
 Reporter:  tenpura       |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  General       |    Version:  3.2.1
 Severity:  normal        |   Keywords:  has-patch
--------------------------+-----------------------------
 </a> end tag appears to be missing.

 {{{
 $message .= "\n<p><a href='javascript:history.back()'>$back_text</p>";
 }}}

 should be like

 {{{
 $message .= "\n<p><a href='javascript:history.back()'>$back_text</a></p>";
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/18459>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list