[wp-trac] [WordPress Trac] #13419: comment_excerpt does not use htmlspecialchars

WordPress Trac wp-trac at lists.automattic.com
Sat Nov 13 21:58:16 UTC 2010


#13419: comment_excerpt does not use htmlspecialchars
-----------------------------+----------------------------------------------
 Reporter:  gene91           |        Owner:                 
     Type:  defect (bug)     |       Status:  closed         
 Priority:  normal           |    Milestone:  Awaiting Review
Component:  Comments         |      Version:                 
 Severity:  normal           |   Resolution:  worksforme     
 Keywords:  comment_excerpt  |  
-----------------------------+----------------------------------------------
Changes (by scribu):

  * status:  new => closed
  * resolution:  => worksforme


Comment:

 You can add this single line into your theme's functions.php:

 {{{add_filter('comment_excerpt', 'esc_html');}}}

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


More information about the wp-trac mailing list