Changeset 2373
- Timestamp:
- 02/24/2005 06:28:25 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-rss2.php
r2366 r2373 34 34 <link><?php permalink_single_rss() ?></link> 35 35 <comments><?php comments_link(); ?></comments> 36 <pubDate><?php echo mysql2date('D, d M Y H:i:s +0000', get_the_time('Y-m-d H:i:s'), false); ?></pubDate>36 <pubDate><?php echo mysql2date('D, d M Y H:i:s +0000', get_post_time('Y-m-d H:i:s', true), false); ?></pubDate> 37 37 <dc:creator><?php the_author() ?></dc:creator> 38 38 <?php the_category_rss() ?>
Note: See TracChangeset
for help on using the changeset viewer.