diff --git a/index.php b/index.php index 4c3164e3f..8e6e71d4e 100644 --- a/index.php +++ b/index.php @@ -41,15 +41,15 @@ require('wp-blog-header.php');

-
str('filed_under'); ?> @
+
@
- '.$lang->str('pages','',1).' ', '
', 'number'); ?> - str('comment_count_0','',1), $lang->str('comment_count_1','',1), $lang->str('comment_count_n','',1)); ?> + '. __("Pages:").' ', '
', 'number'); ?> +
|| str('powered_by_wordpress',$lang->str('powered_by_title','',1)); ?>

+

|| WordPress

"), __("Powered by WordPress, state-of-the-art semantic personal publishing platform")); ?> - \ No newline at end of file + diff --git a/wp-comments-popup.php b/wp-comments-popup.php index d43b8995b..6b92dd06a 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'); ?> - <?php $lang->str('comments_on',the_title('','',false)); ?> + <?php echo get_settings('blogname'); ?> - <?php echo sprintf(__("Comments on %s"), the_title('','',false)); ?>