(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
This commit is contained in:
michelvaldrighi 2004-05-09 16:41:16 +00:00
parent 8eee2ded8b
commit cb1f6849e2

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