From a2819cad8031e074e2731c6b999e39510c57693e Mon Sep 17 00:00:00 2001 From: Alex King Date: Tue, 13 Apr 2004 15:48:11 +0000 Subject: [PATCH] more localization git-svn-id: https://develop.svn.wordpress.org/trunk@1067 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 a63e93658a..4c3164e3ff 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 c289fc35cd..d43b8995b7 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)); ?>