Make WordPress Core

Changeset 5221


Ignore:
Timestamp:
04/09/2007 09:08:46 PM (16 years ago)
Author:
rob1n
Message:

Change edit comment link to 'edit' rather than 'e'. Props pishmishy. fixes #3977

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/default/comments.php

    r4922 r5221  
    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','&nbsp;&nbsp;',''); ?></small>
    3737
    3838            <?php comment_text() ?>
Note: See TracChangeset for help on using the changeset viewer.