Changeset 15984
- Timestamp:
- 10/26/2010 08:15:18 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/feed-rss2.php
r14950 r15984 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>
Note: See TracChangeset
for help on using the changeset viewer.