diff --git a/wp-includes/theme-compat/comments-popup.php b/wp-includes/theme-compat/comments-popup.php index b8e94b6667..479bbeb7f4 100644 --- a/wp-includes/theme-compat/comments-popup.php +++ b/wp-includes/theme-compat/comments-popup.php @@ -11,7 +11,7 @@ _deprecated_file( sprintf( __( 'Theme without %1$s' ), basename(__FILE__) ), '3. ?> - <?php echo get_option('blogname'); ?> - Comments on <?php the_title(); ?> + <?php printf(__('%1$s - Comments on %2$s'), get_option('blogname'), the_title('','',false)); ?>