summaryrefslogtreecommitdiffstats
path: root/wp-includes/category-template.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-01-17 13:54:55 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-01-17 13:54:55 +0000
commit26b0392f7796ed87daa7725a33ac87057b3b2a4c (patch)
treea2ca18226dc80a13acb617207228b73b10928125 /wp-includes/category-template.php
parent72e9496bfc2f7a962cf4f428ccab25c7a0175aaa (diff)
downloadwordpress-mu-26b0392f7796ed87daa7725a33ac87057b3b2a4c.tar.gz
wordpress-mu-26b0392f7796ed87daa7725a33ac87057b3b2a4c.tar.xz
wordpress-mu-26b0392f7796ed87daa7725a33ac87057b3b2a4c.zip
WP Merge to rev 4759
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@850 7be80a69-a1ef-0310-a953-fb0f7c49ff36
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);
}
//