Changeset 2127

Show
Ignore:
Timestamp:
01/24/05 06:26:55 (4 years ago)
Author:
saxmatt
Message:

Don't localized RSS dates - http://mosquito.wordpress.org/view.php?id=732

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-rss2.php

    r2118 r2127  
    3131        <link><?php permalink_single_rss() ?></link> 
    3232        <comments><?php comments_link(); ?></comments> 
    33         <pubDate><?php the_time('D, d M Y H:i:s +0000'); ?></pubDate> 
     33        <pubDate><?php echo mysql2date('D, d M Y H:i:s +0000', get_the_time('Y-m-d H:i:s')); ?></pubDate> 
    3434        <?php the_category_rss() ?> 
    3535