diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php
index 6956fb494e..9eb9f0bc51 100644
--- a/wp-admin/includes/template.php
+++ b/wp-admin/includes/template.php
@@ -279,7 +279,7 @@ function _wp_comment_list_item( $id, $alt = 0 ) {
comment_post_ID) ) {
echo " " . __('Edit') . '';
- echo ' | comment_author)) . "', theCommentList );\">" . __('Delete') . ' ';
+ echo ' | comment_author)) . "', theCommentList );\">" . __('Delete') . ' ';
if ( ('none' != $comment_status) && ( current_user_can('moderate_comments') ) ) {
echo ' | ' . __('Unapprove') . ' ';
echo ' | ' . __('Approve') . ' ';