Make WordPress Core

Changeset 15984


Ignore:
Timestamp:
10/26/2010 08:15:18 PM (14 years ago)
Author:
nacin
Message:

Specify feed type in the_category_rss() call. props benward, fixes #14451.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/feed-rss2.php

    r14950 r15984  
    3838        <pubDate><?php echo mysql2date('D, d M Y H:i:s +0000', get_post_time('Y-m-d H:i:s', true), false); ?></pubDate>
    3939        <dc:creator><?php the_author() ?></dc:creator>
    40         <?php the_category_rss() ?>
     40        <?php the_category_rss('rss2') ?>
    4141
    4242        <guid isPermaLink="false"><?php the_guid(); ?></guid>
Note: See TracChangeset for help on using the changeset viewer.