Make WordPress Core


Ignore:
Timestamp:
05/14/2009 02:00:32 AM (16 years ago)
Author:
ryan
Message:

Don't localize dates where not appropriate. Props Denis-de-Bernardy, hakre. fixes #9730

File:
1 edited

Legend:

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

    r11303 r11323  
    5151        <link><?php comment_link() ?></link>
    5252        <dc:creator><?php echo get_comment_author_rss() ?></dc:creator>
    53         <pubDate><?php echo mysql2date('D, d M Y H:i:s +0000', get_comment_time('Y-m-d H:i:s', true), false); ?></pubDate>
     53        <pubDate><?php echo mysql2date('D, d M Y H:i:s +0000', get_comment_time('Y-m-d H:i:s', true, false), false); ?></pubDate>
    5454        <guid isPermaLink="false"><?php comment_guid() ?></guid>
    5555<?php if ( post_password_required($comment_post) ) : ?>
Note: See TracChangeset for help on using the changeset viewer.