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

git-svn-id: http://svn.automattic.com/wordpress/trunk@1375 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
rboren 2004-05-31 22:09:38 +00:00
parent ea50451ba6
commit 2367e7cef2
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ function list_cats($optionall = 1, $all = 'All', $sort_column = 'ID', $sort_orde
$link .= 'title="' . htmlspecialchars($category->category_description) . '"';
}
$link .= '>';
$link .= stripslashes($category->cat_name).'</a>';
$link .= apply_filters('list_cats', stripslashes($category->cat_name)).'</a>';
if ( (! empty($feed_image)) || (! empty($feed)) ) {