Ticket #14451: bugfix-rss2-category-format.diff
File bugfix-rss2-category-format.diff, 636 bytes (added by , 15 years ago) |
---|
-
wordpress/wp-includes/feed-rss2.php
37 37 <comments><?php comments_link_feed(); ?></comments> 38 38 <pubDate><?php echo mysql2date('D, d M Y H:i:s +0000', get_post_time('Y-m-d H:i:s', true), false); ?></pubDate> 39 39 <dc:creator><?php the_author() ?></dc:creator> 40 <?php the_category_rss( ) ?>40 <?php the_category_rss('rss2') ?> 41 41 42 42 <guid isPermaLink="false"><?php the_guid(); ?></guid> 43 43 <?php if (get_option('rss_use_excerpt')) : ?>