Changes between Initial Version and Version 1 of Ticket #16864
- Timestamp:
- 03/16/2011 12:58:10 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16864 – Description
initial v1 1 Steps to reproduce: 2 3 Add this filter: 4 5 {{{ 6 add_filter( 'category_slug', function() { 7 return 'filtered'; 8 } ); 9 }}} 10 11 and go to {{{edit-tags.php?taxonomy=category}}}