From 34603c02c594e5a8acc7e0819ba61bac18d6084d Mon Sep 17 00:00:00 2001 From: ryan Date: Sun, 24 Feb 2008 04:51:47 +0000 Subject: [PATCH] Comment detail and list views git-svn-id: http://svn.automattic.com/wordpress/trunk@7003 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit-comments.php | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/wp-admin/edit-comments.php b/wp-admin/edit-comments.php index ef111b69f6..21a6f253bd 100644 --- a/wp-admin/edit-comments.php +++ b/wp-admin/edit-comments.php @@ -31,8 +31,11 @@ if ( !empty( $_REQUEST['delete_comments'] ) ) : endif; require_once('admin-header.php'); -if (empty($_GET['mode'])) $mode = 'view'; -else $mode = attribute_escape($_GET['mode']); + +if ( empty($_GET['mode']) ) + $mode = 'detail'; +else + $mode = attribute_escape($_GET['mode']); ?>
@@ -99,7 +102,7 @@ if ( isset( $_GET['approved'] ) || isset( $_GET['deleted'] ) || isset( $_GET['sp -

|

+

|

comment_author_email) ): ?> | - -

+ +