Changeset 5910 for trunk/wp-includes/feed-rss2-comments.php
- Timestamp:
- 08/21/2007 06:27:45 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/feed-rss2-comments.php
r5881 r5910 18 18 printf(__('Comments for %s'), get_bloginfo_rss( 'name' ) . get_wp_title_rss()); 19 19 ?></title> 20 <link><?php (is_single()) ? permalink_single_rss() : bloginfo_rss("url") ?></link>20 <link><?php (is_single()) ? the_permalink_rss() : bloginfo_rss("url") ?></link> 21 21 <description><?php bloginfo_rss("description") ?></description> 22 22 <pubDate><?php echo gmdate('r'); ?></pubDate> 23 23 <generator>http://wordpress.org/?v=<?php echo $wp_version ?></generator> 24 24 25 <?php 25 <?php 26 26 if ( have_comments() ) : while ( have_comments() ) : the_comment(); 27 27 $comment_post = get_post($comment->comment_post_ID);
Note: See TracChangeset
for help on using the changeset viewer.