diff -r f507feede89a -r 09a1c134465b web/wp-includes/feed-rss2-comments.php --- a/web/wp-includes/feed-rss2-comments.php Wed Dec 19 12:35:13 2012 -0800 +++ b/web/wp-includes/feed-rss2-comments.php Wed Dec 19 17:46:52 2012 -0800 @@ -19,11 +19,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 %s searching on %s')), get_bloginfo_rss( 'name' ), esc_attr($wp_query->query_vars['s'])); + 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() ); ?> @@ -54,7 +54,7 @@ ]]> - + ]]> ]]> comment_ID, $comment_post->ID);