Changeset 21332 for trunk/wp-includes/feed-atom-comments.php
- Timestamp:
- 07/25/2012 06:04:17 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/feed-atom-comments.php
r19784 r21332 17 17 <title type="text"><?php 18 18 if ( is_singular() ) 19 printf( ent2ncr(__('Comments on %s')), get_the_title_rss());19 printf( ent2ncr( __( 'Comments on %s' ) ), get_the_title_rss() ); 20 20 elseif ( is_search() ) 21 printf( ent2ncr(__('Comments for %1$s searching on %2$s')), get_bloginfo_rss( 'name' ), get_search_query() );21 printf( ent2ncr( __( 'Comments for %1$s searching on %2$s' ) ), get_bloginfo_rss( 'name' ), get_search_query() ); 22 22 else 23 printf( ent2ncr(__('Comments for %s')), get_bloginfo_rss( 'name' ) . get_wp_title_rss());23 printf( ent2ncr( __( 'Comments for %s' ) ), get_bloginfo_rss( 'name' ) . get_wp_title_rss() ); 24 24 ?></title> 25 25 <subtitle type="text"><?php bloginfo_rss('description'); ?></subtitle>
Note: See TracChangeset
for help on using the changeset viewer.