From 46f12c5a8b4fa764c3848773a87c8c5809e2a037 Mon Sep 17 00:00:00 2001 From: Peter Westwood Date: Thu, 20 May 2010 21:53:11 +0000 Subject: [PATCH] First pass of conversion of theme-compat to the I18N version of the files. See #12425 git-svn-id: https://develop.svn.wordpress.org/trunk@14771 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/theme-compat/comments-popup.php | 46 ++++++++++----------- wp-includes/theme-compat/comments.php | 36 ++++++++-------- wp-includes/theme-compat/footer.php | 9 ++-- wp-includes/theme-compat/sidebar.php | 34 +++++++-------- 4 files changed, 60 insertions(+), 65 deletions(-) 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)); ?>