Changeset 2127
- Timestamp:
- 01/24/05 06:26:55 (4 years ago)
- Files:
-
- trunk/wp-rss2.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-rss2.php
r2118 r2127 31 31 <link><?php permalink_single_rss() ?></link> 32 32 <comments><?php comments_link(); ?></comments> 33 <pubDate><?php the_time('D, d M Y H:i:s +0000'); ?></pubDate>33 <pubDate><?php echo mysql2date('D, d M Y H:i:s +0000', get_the_time('Y-m-d H:i:s')); ?></pubDate> 34 34 <?php the_category_rss() ?> 35 35
