diff --git a/wp-includes/feed.php b/wp-includes/feed.php index 3f635e67b6..f24beb7761 100644 --- a/wp-includes/feed.php +++ b/wp-includes/feed.php @@ -150,7 +150,7 @@ function get_the_category_rss($type = 'rss') { $home = get_bloginfo_rss('home'); $the_list = ''; foreach ( (array) $categories as $category ) { - $cat_name = convert_chars($category->cat_name); + $cat_name = convert_chars($category->name); if ( 'rdf' == $type ) $the_list .= "\n\t\t\n"; if ( 'atom' == $type )