Changeset 4462 for trunk/wp-commentsrss2.php
- Timestamp:
- 11/09/2006 07:08:57 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-commentsrss2.php
r4144 r4462 59 59 printf(__('Comment on %1$s by %2$s'), $title, get_comment_author_rss()); 60 60 } else { 61 printf(__(' by: %s'), get_comment_author_rss());61 printf(__('By: %s'), get_comment_author_rss()); 62 62 } ?></title> 63 63 <link><?php comment_link() ?></link> 64 <author><?php echo get_comment_author_rss() ?></author> 64 65 <pubDate><?php echo mysql2date('D, d M Y H:i:s +0000', get_comment_time('Y-m-d H:i:s', true), false); ?></pubDate> 65 66 <guid><?php comment_link() ?></guid>
Note: See TracChangeset
for help on using the changeset viewer.