From 819f131230b6d2e4ff88a8773eef754228989ffc Mon Sep 17 00:00:00 2001 From: donncha Date: Tue, 9 Jan 2007 11:30:05 +0000 Subject: WP Merge to rev 4709 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@835 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-admin/moderation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wp-admin/moderation.php') diff --git a/wp-admin/moderation.php b/wp-admin/moderation.php index 22bcf26..e6d735b 100644 --- a/wp-admin/moderation.php +++ b/wp-admin/moderation.php @@ -123,7 +123,7 @@ $i = 0;

— [ comment_ID.'">' . __('Edit') . ' | '; -echo " comment_post_ID."&comment=".$comment->comment_ID."\" onclick=\"return deleteSomething( 'comment', $comment->comment_ID, '" . js_escape(sprintf(__("You are about to delete this comment by "%s".\n"Cancel" to stop, "OK" to delete."), $comment->comment_author )) . "', theCommentList );\">" . __('Delete ') . " | "; ?> +echo " comment_post_ID."&comment=".$comment->comment_ID."\" onclick=\"return deleteSomething( 'comment', $comment->comment_ID, '" . js_escape(sprintf(__("You are about to delete this comment by '%s'.\n'Cancel' to stop, 'OK' to delete."), $comment->comment_author )) . "', theCommentList );\">" . __('Delete') . " | "; ?> comment_post_ID); $post_title = wp_specialchars( $post->post_title, 'double' ); -- cgit