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:
parent
087a36b357
commit
16194b9fbd
@ -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',' ',''); ?></small>
|
||||
|
||||
<?php comment_text() ?>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user