(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
This commit is contained in:
michelvaldrighi 2004-05-09 16:41:16 +00:00
parent 440b7aaff6
commit addba80c31
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ function the_category_rss($type = 'rss') {
$the_list .= "\n\t<category>$category->cat_name</category>";
}
}
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) {