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

git-svn-id: https://develop.svn.wordpress.org/trunk@5221 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
rob1n 2007-04-09 21:08:46 +00:00
parent 087a36b357
commit 16194b9fbd
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
<?php endif; ?>
<br />
<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>
<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>
<?php comment_text() ?>