Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #16864


Ignore:
Timestamp:
03/16/2011 12:58:10 PM (14 years ago)
Author:
scribu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16864 – Description

    initial v1  
     1Steps to reproduce:
     2
     3Add this filter:
     4
     5{{{
     6add_filter( 'category_slug', function() {
     7  return 'filtered';
     8} );
     9}}}
     10
     11and go to {{{edit-tags.php?taxonomy=category}}}