From addba80c31a179f934de3171f67d53ea81ac409a Mon Sep 17 00:00:00 2001 From: michelvaldrighi Date: Sun, 9 May 2004 16:41:16 +0000 Subject: [PATCH] (sue me, I had committed with debug junk still in there) git-svn-id: https://develop.svn.wordpress.org/trunk@1249 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/template-functions-category.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/template-functions-category.php b/wp-includes/template-functions-category.php index 319695f5b2..13686ef7e4 100644 --- a/wp-includes/template-functions-category.php +++ b/wp-includes/template-functions-category.php @@ -119,7 +119,7 @@ function the_category_rss($type = 'rss') { $the_list .= "\n\t$category->cat_name"; } } - echo apply_filters('the_category_rss', $the_list).'kgg'; + echo apply_filters('the_category_rss', $the_list); } function get_the_category_by_ID($cat_ID) {