Changeset 25868 for trunk/src/wp-includes/feed-atom-comments.php
- Timestamp:
- 10/22/2013 05:21:32 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/feed-atom-comments.php
r23191 r25868 49 49 if ( !is_singular() ) { 50 50 $title = get_the_title($comment_post->ID); 51 $title = apply_filters('the_title_rss', $title); 51 /** This filter is documented in wp-includes/feed.php */ 52 $title = apply_filters( 'the_title_rss', $title ); 52 53 printf(ent2ncr(__('Comment on %1$s by %2$s')), $title, get_comment_author_rss()); 53 54 } else {
Note: See TracChangeset
for help on using the changeset viewer.