Changeset 32765 for trunk/src/wp-includes/feed-rss2-comments.php
- Timestamp:
- 06/14/2015 06:36:14 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/feed-rss2-comments.php
r32468 r32765 44 44 <link><?php (is_single()) ? the_permalink_rss() : bloginfo_rss("url") ?></link> 45 45 <description><?php bloginfo_rss("description") ?></description> 46 <lastBuildDate><?php echo mysql2date('r', get_last commentmodified('GMT')); ?></lastBuildDate>46 <lastBuildDate><?php echo mysql2date('r', get_last_build_date_feed(), false ); ?></lastBuildDate> 47 47 <sy:updatePeriod><?php 48 48 /** This filter is documented in wp-includes/feed-rss2.php */
Note: See TracChangeset
for help on using the changeset viewer.