Make WordPress Core


Ignore:
Timestamp:
05/14/2009 02:00:32 AM (15 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-atom.php

    r10952 r11323  
    2020    <subtitle type="text"><?php bloginfo_rss("description") ?></subtitle>
    2121
    22     <updated><?php echo mysql2date('Y-m-d\TH:i:s\Z', get_lastpostmodified('GMT')); ?></updated>
     22    <updated><?php echo mysql2date('Y-m-d\TH:i:s\Z', get_lastpostmodified('GMT'), false); ?></updated>
    2323    <?php the_generator( 'atom' ); ?>
    2424
Note: See TracChangeset for help on using the changeset viewer.