Changeset 5752 for trunk/wp-includes/feed-rss2-comments.php
- Timestamp:
- 06/25/2007 05:48:35 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/feed-rss2-comments.php
r5640 r5752 30 30 if ( !is_singular() ) { 31 31 $title = get_the_title($comment_post->ID); 32 $title = apply_filters('the_title', $title);33 32 $title = apply_filters('the_title_rss', $title); 34 33 printf(__('Comment on %1$s by %2$s'), $title, get_comment_author_rss());
Note: See TracChangeset
for help on using the changeset viewer.