From 32cb0a9ae9a487618006052aaab10da2e06a9c0f Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Mon, 14 May 2007 03:41:03 +0000 Subject: [PATCH] Show post name and bring organization in line with the edit comments page. git-svn-id: https://develop.svn.wordpress.org/trunk@5472 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/moderation.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/moderation.php b/wp-admin/moderation.php index 797886f23a..caa37ec757 100644 --- a/wp-admin/moderation.php +++ b/wp-admin/moderation.php @@ -123,14 +123,14 @@ $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' ); $post_title = ('' == $post_title) ? "# $comment->comment_post_ID" : $post_title; ?> - ] — - +

+