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) {