diff --git a/wp-includes/template-functions-category.php b/wp-includes/template-functions-category.php index 59f21e7e56..a4bb9a4796 100644 --- a/wp-includes/template-functions-category.php +++ b/wp-includes/template-functions-category.php @@ -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).''; + $link .= apply_filters('list_cats', stripslashes($category->cat_name)).''; if ( (! empty($feed_image)) || (! empty($feed)) ) {