From e5248743f963e46eeed79683b6d6e2777c97d87e Mon Sep 17 00:00:00 2001 From: alex_t_king Date: Tue, 13 Apr 2004 15:48:11 +0000 Subject: [PATCH] more localization git-svn-id: http://svn.automattic.com/wordpress/trunk@1067 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- index.php | 2 +- wp-comments-popup.php | 32 +++++++++++++++---------------- wp-includes/languages/english.php | 14 ++++++++------ 3 files changed, 25 insertions(+), 23 deletions(-) diff --git a/index.php b/index.php index a63e93658..4c3164e3f 100644 --- a/index.php +++ b/index.php @@ -113,6 +113,6 @@ require('wp-blog-header.php'); -

|| str('powered_by'); ?> str('wordpress'); ?>

+

|| str('powered_by_wordpress',$lang->str('powered_by_title','',1)); ?>

\ No newline at end of file diff --git a/wp-comments-popup.php b/wp-comments-popup.php index c289fc35c..d43b8995b 100644 --- a/wp-comments-popup.php +++ b/wp-comments-popup.php @@ -8,7 +8,7 @@ foreach ($posts as $post) { start_wp(); - <?php echo get_settings('blogname'); ?> - Comments on "<?php the_title() ?>" + <?php echo get_settings('blogname'); ?> - <?php $lang->str('comments_on',the_title('','',false)); ?>