From ad41aedae65da2648da2be687447ae57811bd3e9 Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 16 Jan 2007 22:50:30 +0000 Subject: [PATCH] Add wp_list_categories filter. Props Mark Jaquith. fixes #3586 git-svn-id: http://svn.automattic.com/wordpress/trunk@4755 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/category-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/category-template.php b/wp-includes/category-template.php index 94ff50006b..5bffdd6fe2 100644 --- a/wp-includes/category-template.php +++ b/wp-includes/category-template.php @@ -255,7 +255,7 @@ function wp_list_categories($args = '') { if ( $title_li && 'list' == $style ) $output .= ''; - echo apply_filters('list_cats', $output); + echo apply_filters('wp_list_categories', $output); } //