Changeset 35294 for trunk/src/wp-includes/feed-atom-comments.php
- Timestamp:
- 10/20/2015 04:20:04 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/feed-atom-comments.php
r32800 r35294 34 34 printf( ent2ncr( __( 'Comments for %1$s searching on %2$s' ) ), get_bloginfo_rss( 'name' ), get_search_query() ); 35 35 else 36 printf( ent2ncr( __( 'Comments for %s' ) ), get_ bloginfo_rss( 'name' ) . get_wp_title_rss() );36 printf( ent2ncr( __( 'Comments for %s' ) ), get_wp_title_rss() ); 37 37 ?></title> 38 38 <subtitle type="text"><?php bloginfo_rss('description'); ?></subtitle>
Note: See TracChangeset
for help on using the changeset viewer.