Changeset 5910 for trunk/wp-includes/feed-rss2.php
- Timestamp:
- 08/21/2007 06:27:45 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/feed-rss2.php
r5640 r5910 25 25 <item> 26 26 <title><?php the_title_rss() ?></title> 27 <link><?php permalink_single_rss() ?></link>27 <link><?php the_permalink_rss() ?></link> 28 28 <comments><?php comments_link(); ?></comments> 29 29 <pubDate><?php echo mysql2date('D, d M Y H:i:s +0000', get_post_time('Y-m-d H:i:s', true), false); ?></pubDate>
Note: See TracChangeset
for help on using the changeset viewer.