Changeset 1041
- Timestamp:
- 03/31/2004 05:16:22 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-rss2.php
r1022 r1041 34 34 <language><?php echo $rss_language ?></language> 35 35 <copyright>Copyright <?php echo mysql2date('Y', get_lastpostdate()); ?></copyright> 36 <pubDate><?php echo gmdate('r'); ?></pubDate>36 <pubDate><?php echo mysql2date('D, d M Y H:i:s +0000', get_lastpostmodified('GMT')); ?></pubDate> 37 37 <generator>http://wordpress.org/?v=<?php echo $wp_version ?></generator> 38 38 … … 42 42 <link><?php permalink_single_rss() ?></link> 43 43 <comments><?php comments_link(); ?></comments> 44 <pubDate><?php the_time('r'); ?></pubDate>44 <pubDate><?php echo mysql2date('D, d M Y H:i:s +0000', $post->post_date_gmt); ?></pubDate> 45 45 <author><?php the_author() ?> (mailto:<?php the_author_email() ?>)</author> 46 46 <?php the_category_rss() ?>
Note: See TracChangeset
for help on using the changeset viewer.