From 20b5e18fea5cdeb9c803ea6a9f8de2d31cdd4717 Mon Sep 17 00:00:00 2001 From: ryan Date: Sun, 28 May 2006 23:51:53 +0000 Subject: [PATCH] Balance quotes. Props razorasdf. fixes #2749 git-svn-id: http://svn.automattic.com/wordpress/trunk@3809 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit-comments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/edit-comments.php b/wp-admin/edit-comments.php index e88c9aeef..a8d401a75 100644 --- a/wp-admin/edit-comments.php +++ b/wp-admin/edit-comments.php @@ -124,7 +124,7 @@ if ( current_user_can('edit_post', $comment->comment_post_ID) ) { echo ' | ' . __('Unapprove') . ' '; echo ' | ' . __('Approve') . ' '; } - echo " | comment_post_ID . "&comment=" . $comment->comment_ID", 'delete-comment_' . $comment->comment_ID) . "\" onclick=\"return deleteSomething( 'comment-as-spam', $comment->comment_ID, '" . sprintf(__("You are about to mark as spam this comment by "%s".\\n"Cancel" to stop, "OK" to mark as spam."), js_escape( $comment->comment_author)) . "' );\">" . __('Spam') . " "; + echo " | comment_post_ID . "&comment=" . $comment->comment_ID, 'delete-comment_' . $comment->comment_ID) . "\" onclick=\"return deleteSomething( 'comment-as-spam', $comment->comment_ID, '" . sprintf(__("You are about to mark as spam this comment by "%s".\\n"Cancel" to stop, "OK" to mark as spam."), js_escape( $comment->comment_author)) . "' );\">" . __('Spam') . " "; } $post = get_post($comment->comment_post_ID); $post_title = wp_specialchars( $post->post_title, 'double' );