mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 07:22:01 +01:00
(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:
parent
8eee2ded8b
commit
cb1f6849e2
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user