diff -r f507feede89a -r 09a1c134465b web/wp-includes/feed-atom-comments.php --- a/web/wp-includes/feed-atom-comments.php Wed Dec 19 12:35:13 2012 -0800 +++ b/web/wp-includes/feed-atom-comments.php Wed Dec 19 17:46:52 2012 -0800 @@ -16,11 +16,11 @@ > <?php if ( is_singular() ) - printf(ent2ncr(__('Comments on %s')), get_the_title_rss()); + printf( ent2ncr( __( 'Comments on %s' ) ), get_the_title_rss() ); elseif ( is_search() ) - printf(ent2ncr(__('Comments for %1$s searching on %2$s')), get_bloginfo_rss( 'name' ), get_search_query() ); + printf( ent2ncr( __( 'Comments for %1$s searching on %2$s' ) ), get_bloginfo_rss( 'name' ), get_search_query() ); else - printf(ent2ncr(__('Comments for %s')), get_bloginfo_rss( 'name' ) . get_wp_title_rss()); + printf( ent2ncr( __( 'Comments for %s' ) ), get_bloginfo_rss( 'name' ) . get_wp_title_rss() ); ?> @@ -28,8 +28,8 @@ - - + +