From cb1f6849e271dbc29747f397d8c26a173e5ca04d 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: http://svn.automattic.com/wordpress/trunk@1249 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 319695f5b..13686ef7e 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) {