Changeset 2366 for trunk/wp-rss2.php
- Timestamp:
- 02/21/2005 04:19:43 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-rss2.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-rss2.php
r2318 r2366 25 25 <link><?php bloginfo_rss('url') ?></link> 26 26 <description><?php bloginfo_rss("description") ?></description> 27 <pubDate><?php echo mysql2date('D, d M Y H:i:s +0000', get_lastpostmodified('GMT'), 0); ?></pubDate>27 <pubDate><?php echo mysql2date('D, d M Y H:i:s +0000', get_lastpostmodified('GMT'), false); ?></pubDate> 28 28 <generator>http://wordpress.org/?v=<?php bloginfo_rss('version'); ?></generator> 29 29 <language><?php echo get_option('rss_language'); ?></language> … … 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') ); ?></pubDate>36 <pubDate><?php echo mysql2date('D, d M Y H:i:s +0000', get_the_time('Y-m-d H:i:s'), 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)