Make WordPress Core

Changeset 11206


Ignore:
Timestamp:
05/05/2009 08:38:47 PM (16 years ago)
Author:
ryan
Message:

Use lastBuildDate. Props peaceablewhale. fixes #9566

File:
1 edited

Legend:

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

    r10952 r11206  
    2525    <link><?php bloginfo_rss('url') ?></link>
    2626    <description><?php bloginfo_rss("description") ?></description>
    27     <pubDate><?php echo mysql2date('D, d M Y H:i:s +0000', get_lastpostmodified('GMT'), false); ?></pubDate>
     27    <lastBuildDate><?php echo mysql2date('D, d M Y H:i:s +0000', get_lastpostmodified('GMT'), false); ?></lastBuildDate>
    2828    <?php the_generator( 'rss2' ); ?>
    2929    <language><?php echo get_option('rss_language'); ?></language>
Note: See TracChangeset for help on using the changeset viewer.