Translation update.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1311 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8b28d69e79
commit
cafb621395
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
<!-- You can start editing here. -->
|
<!-- You can start editing here. -->
|
||||||
|
|
||||||
<h2 id="comments"><?php comments_number(__("Comments")); ?>
|
<h2 id="comments"><?php comments_number(__("Comments"), __("1 Comment"), __("% Comments")); ?>
|
||||||
<?php if ('open' == $post->comment_status) { ?>
|
<?php if ('open' == $post->comment_status) { ?>
|
||||||
<a href="#postcomment" title="<?php _e("Leave a comment"); ?>">»</a>
|
<a href="#postcomment" title="<?php _e("Leave a comment"); ?>">»</a>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
Loading…
Reference in New Issue