diff --git a/wp-admin/edit-comments.php b/wp-admin/edit-comments.php index fa88bb0b21..a3c18396f8 100644 --- a/wp-admin/edit-comments.php +++ b/wp-admin/edit-comments.php @@ -98,7 +98,7 @@ if ('view' == $mode) {

comment_post_ID) ) { echo " | comment_ID."\">" . __('Edit Comment') . ""; - echo ' | comment_author)) . "' );\">" . __('Delete Comment') . ' '; + echo ' | " . __('Delete Comment') . ' '; } // end if any comments to show // Get post title if ( current_user_can('edit_post', $comment->comment_post_ID) ) { @@ -151,7 +151,7 @@ if ('view' == $mode) { comment_post_ID) ) { echo "" . __('Edit') . ""; } ?> comment_post_ID) ) { - echo "comment_post_ID."&comment=".$comment->comment_ID."\" onclick=\"return confirm('" . sprintf(__("You are about to delete this comment by \'%s\'\\n \'Cancel\' to stop, \'OK\' to delete."), js_escape( $comment->comment_author)) . "')\" class='delete'>" . __('Delete') . ""; } ?> + echo "comment_post_ID."&comment=".$comment->comment_ID."\" onclick=\"return confirm('" . __("You are about to delete this comment\\n \'Cancel\' to stop, \'OK\' to delete.") . "')\" class='delete'>" . __('Delete') . ""; } ?> comment_ID); ID) ) { echo "[ comment_ID."\">" . __('Edit') . ""; - echo ' - comment_author, 1)) . "');\">" . __('Delete') . ' '; + echo ' - " . __('Delete') . ' '; if ( ('none' != $comment_status) && ( current_user_can('moderate_comments') ) ) { if ('approved' == wp_get_comment_status($comment->comment_ID)) {