diff --git a/wp-admin/moderation.php b/wp-admin/moderation.php index 9166536dc3..c684f6e1e4 100644 --- a/wp-admin/moderation.php +++ b/wp-admin/moderation.php @@ -145,7 +145,7 @@ $i = 0;
comment_author_email) { ?>| comment_author_url && 'http://' != $comment->comment_author_url) { ?> | | |
comment_ID.'">' . __('Edit') . ' | ';?> +echo '' . __('Edit') . ' | ';?> | comment_post_ID."&comment=".$comment->comment_ID."\" onclick=\"return deleteSomething( 'comment', $comment->comment_ID, '" . sprintf(__("You are about to delete this comment by "%s".\\n"Cancel" to stop, "OK" to delete."), wp_specialchars($comment->comment_author, 1)) . "' );\">" . __('Delete just this comment') . " | "; ?>