[wp-trac] [WordPress Trac] #16864: WP_Terms_List_Table doesn't call sanitize_term() on display

WordPress Trac wp-trac at lists.automattic.com
Wed Mar 16 12:58:10 UTC 2011


#16864: WP_Terms_List_Table doesn't call sanitize_term() on display
----------------------------+------------------------------
 Reporter:  scribu          |       Owner:
     Type:  defect (bug)    |      Status:  new
 Priority:  normal          |   Milestone:  Awaiting Review
Component:  Administration  |     Version:
 Severity:  minor           |  Resolution:
 Keywords:  has-patch       |
----------------------------+------------------------------
Description changed by scribu:

Old description:



New description:

 Steps to reproduce:

 Add this filter:

 {{{
 add_filter( 'category_slug', function() {
   return 'filtered';
 } );
 }}}

 and go to {{{edit-tags.php?taxonomy=category}}}

--

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


More information about the wp-trac mailing list