Opened 2 years ago

Last modified 2 years ago

#16864 new defect (bug)

WP_Terms_List_Table doesn't call sanitize_term() on display — at Version 1

Reported by: scribu Owned by:
Priority: normal Milestone: Awaiting Review
Component: Administration Version: 2.9
Severity: minor Keywords: has-patch
Cc:

Description (last modified by scribu)

Steps to reproduce:

Add this filter:

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

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

Change History (2)

scribu2 years ago

  • Description modified (diff)
Note: See TracTickets for help on using tickets.