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)); ?>