Changeset 3517 for trunk/wp-commentsrss2.php
- Timestamp:
- 02/12/2006 07:53:23 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-commentsrss2.php
r3510 r3517 57 57 $title = apply_filters('the_title_rss', $title); 58 58 printf(__('Comment on %1$s by %2$s'), $title, get_comment_author_rss()); 59 } else { 60 printf(__('by: %s'), get_comment_author_rss()); 59 } else { 60 printf(__('by: %s'), get_comment_author_rss()); 61 61 } ?></title> 62 62 <link><?php comment_link() ?></link>
Note: See TracChangeset
for help on using the changeset viewer.