Changeset 11205 for trunk/wp-includes/feed-rss2-comments.php
- Timestamp:
- 05/05/2009 08:36:20 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/feed-rss2-comments.php
r11204 r11205 28 28 <link><?php (is_single()) ? the_permalink_rss() : bloginfo_rss("url") ?></link> 29 29 <description><?php bloginfo_rss("description") ?></description> 30 < pubDate><?php echo gmdate('r'); ?></pubDate>30 <lastBuildDate><?php echo mysql2date('r', get_lastcommentmodified('GMT')); ?></lastBuildDate> 31 31 <?php the_generator( 'rss2' ); ?> 32 32 <sy:updatePeriod><?php echo apply_filters( 'rss_update_period', 'hourly' ); ?></sy:updatePeriod>
Note: See TracChangeset
for help on using the changeset viewer.