mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
more localization
git-svn-id: https://develop.svn.wordpress.org/trunk@1066 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -48,8 +48,8 @@ require('wp-blog-header.php');
|
||||
</div>
|
||||
|
||||
<div class="feedback">
|
||||
<?php link_pages('<br />Pages: ', '<br />', 'number'); ?>
|
||||
<?php comments_popup_link('Comments (0)', 'Comments (1)', 'Comments (%)'); ?>
|
||||
<?php link_pages('<br />'.$lang->str('pages','',1).' ', '<br />', 'number'); ?>
|
||||
<?php comments_popup_link($lang->str('comment_count_0','',1), $lang->str('comment_count_1','',1), $lang->str('comment_count_n','',1)); ?>
|
||||
</div>
|
||||
|
||||
<!--
|
||||
|
||||
Reference in New Issue
Block a user