Make WordPress Core

Changeset 1375


Ignore:
Timestamp:
05/31/2004 10:09:38 PM (20 years ago)
Author:
rboren
Message:

Apply the list_cats filter to the cat name. Credit: Jaykul. http://wordpress.org/support/4/6242

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/template-functions-category.php

    r1368 r1375  
    352352            }
    353353            $link .= '>';
    354             $link .= stripslashes($category->cat_name).'</a>';
     354            $link .= apply_filters('list_cats', stripslashes($category->cat_name)).'</a>';
    355355
    356356            if ( (! empty($feed_image)) || (! empty($feed)) ) {
Note: See TracChangeset for help on using the changeset viewer.