Make WordPress Core

Changeset 1311 for trunk/wp-comments.php


Ignore:
Timestamp:
05/19/2004 01:39:43 AM (22 years ago)
Author:
rboren
Message:

Translation update.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-comments.php

    r1261 r1311  
    2323<!-- You can start editing here. -->
    2424
    25 <h2 id="comments"><?php comments_number(__("Comments")); ?>
     25<h2 id="comments"><?php comments_number(__("Comments"), __("1 Comment"), __("% Comments")); ?>
    2626<?php if ('open' == $post->comment_status) { ?>
    2727<a href="#postcomment" title="<?php _e("Leave a comment"); ?>">&raquo;</a>
Note: See TracChangeset for help on using the changeset viewer.