Changeset 1311 for trunk/wp-comments.php
- Timestamp:
- 05/19/2004 01:39:43 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-comments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-comments.php
r1261 r1311 23 23 <!-- You can start editing here. --> 24 24 25 <h2 id="comments"><?php comments_number(__("Comments") ); ?>25 <h2 id="comments"><?php comments_number(__("Comments"), __("1 Comment"), __("% Comments")); ?> 26 26 <?php if ('open' == $post->comment_status) { ?> 27 27 <a href="#postcomment" title="<?php _e("Leave a comment"); ?>">»</a>
Note: See TracChangeset
for help on using the changeset viewer.