From ddaf0b6ed8c5af6dde6c98c73b12720e324908b5 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Sun, 27 Feb 2005 17:04:45 +0000 Subject: [PATCH] Remove gettext from default theme. http://mosquito.wordpress.org/view.php?id=942 Props: Albert git-svn-id: https://develop.svn.wordpress.org/trunk@2390 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/default/comments-popup.php | 32 ++++++++++---------- wp-content/themes/default/comments.php | 10 +++--- wp-content/themes/default/index.php | 4 +-- wp-content/themes/default/sidebar.php | 14 ++++----- wp-content/themes/default/single.php | 4 +-- 5 files changed, 32 insertions(+), 32 deletions(-) diff --git a/wp-content/themes/default/comments-popup.php b/wp-content/themes/default/comments-popup.php index 4d22c93c7e..f01e3eb7b8 100644 --- a/wp-content/themes/default/comments-popup.php +++ b/wp-content/themes/default/comments-popup.php @@ -6,7 +6,7 @@ foreach ($posts as $post) { start_wp(); - <?php echo get_settings('blogname'); ?> - <?php echo sprintf(__("Comments on %s"), the_title('','',false)); ?> + <?php echo get_settings('blogname'); ?> - Comments on <?php the_title(); ?>