Changeset 1337 for trunk/wp-rss.php
- Timestamp:
- 05/21/2004 10:32:58 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-rss.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-rss.php
r1223 r1337 17 17 <link><?php bloginfo_rss('url') ?></link> 18 18 <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> 20 20 <docs>http://backend.userland.com/rss092</docs> 21 21
Note: See TracChangeset
for help on using the changeset viewer.