Make WordPress Core

Ticket #3977: comments.php.diff

File comments.php.diff, 631 bytes (added by pishmishy, 19 years ago)

patch for comments.php

  • comments.php

     
    3333                        <?php endif; ?>
    3434                        <br />
    3535
    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>
    3737
    3838                        <?php comment_text() ?>
    3939