﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
16864,WP_Terms_List_Table doesn't call sanitize_term() on display,scribu,,"Steps to reproduce:

Add this filter:

{{{
add_filter( 'category_slug', function() {
  return 'filtered';
} );
}}}

and go to {{{edit-tags.php?taxonomy=category}}}",defect (bug),new,normal,Awaiting Review,Administration,2.9,minor,,has-patch,
