Ticket #3977: comments.php.diff
| File comments.php.diff, 631 bytes (added by , 19 years ago) |
|---|
-
comments.php
33 33 <?php endif; ?> 34 34 <br /> 35 35 36 <small class="commentmetadata"><a href="#comment-<?php comment_ID() ?>" title=""><?php comment_date('F jS, Y') ?> at <?php comment_time() ?></a> <?php edit_comment_link('e ','',''); ?></small>36 <small class="commentmetadata"><a href="#comment-<?php comment_ID() ?>" title=""><?php comment_date('F jS, Y') ?> at <?php comment_time() ?></a> <?php edit_comment_link('edit','',''); ?></small> 37 37 38 38 <?php comment_text() ?> 39 39