Changeset 5755 for trunk/wp-includes/feed.php
- Timestamp:
- 06/25/2007 08:06:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/feed.php
r5754 r5755 155 155 $the_list .= "\n\t\t<dc:subject><![CDATA[$cat_name]]></dc:subject>\n"; 156 156 if ( 'atom' == $type ) 157 $the_list .= sprintf( '<category scheme="%1$s" term="%2$s" />', attribute_escape( apply_filters( 'get_bloginfo_rss', get_bloginfo( 'url' ) ) ), attribute_escape( $category-> cat_name ) );157 $the_list .= sprintf( '<category scheme="%1$s" term="%2$s" />', attribute_escape( apply_filters( 'get_bloginfo_rss', get_bloginfo( 'url' ) ) ), attribute_escape( $category->name ) ); 158 158 else 159 159 $the_list .= "\n\t\t<category><![CDATA[$cat_name]]></category>\n";
Note: See TracChangeset
for help on using the changeset viewer.