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