summaryrefslogtreecommitdiffstats
path: root/wp-includes/category-template.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/category-template.php')
-rw-r--r--wp-includes/category-template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-includes/category-template.php b/wp-includes/category-template.php
index f1a8346..b5954c5 100644
--- a/wp-includes/category-template.php
+++ b/wp-includes/category-template.php
@@ -258,7 +258,7 @@ function wp_list_categories($args = '') {
if ( $title_li && 'list' == $style )
$output .= '</ul></li>';
- echo apply_filters('list_cats', $output);
+ echo apply_filters('wp_list_categories', $output);
}
//