Make WordPress Core

Changeset 1337 for trunk/wp-rss.php


Ignore:
Timestamp:
05/21/2004 10:32:58 PM (22 years ago)
Author:
michelvaldrighi
Message:

don't translate months and weekdays in date strings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-rss.php

    r1223 r1337  
    1717        <link><?php bloginfo_rss('url') ?></link>
    1818        <description><?php bloginfo_rss('description') ?></description>
    19         <lastBuildDate><?php echo mysql2date('D, d M Y H:i:s +0000', get_lastpostmodified('GMT')); ?></lastBuildDate>
     19    <lastBuildDate><?php echo mysql2date('D, d M Y H:i:s +0000', get_lastpostmodified('GMT'), 0); ?></lastBuildDate>
    2020        <docs>http://backend.userland.com/rss092</docs>
    2121
Note: See TracChangeset for help on using the changeset viewer.