From f268a16a8b7ac78c0418848b12b26e684daae4e5 Mon Sep 17 00:00:00 2001 From: westi 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: http://svn.automattic.com/wordpress/trunk@14771 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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)); ?>