From 097b9be6c599f92fe347784586f904a408f25207 Mon Sep 17 00:00:00 2001
From: matt
Date: Fri, 7 Mar 2008 07:53:15 +0000
Subject: [PATCH] Don't show comment text in list view; extra layout bit.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7180 1a063a9b-81f0-0310-95a4-ce76da25c4cd
---
wp-admin/includes/template.php | 2 +-
wp-admin/wp-admin.css | 4 ++++
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php
index 2c78380ea9..d4109d29dc 100644
--- a/wp-admin/includes/template.php
+++ b/wp-admin/includes/template.php
@@ -632,7 +632,7 @@ function _wp_comment_row( $comment_id, $mode, $comment_status, $checkbox = true
-
+
|
diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css
index 1d1d211050..bb6213b63b 100644
--- a/wp-admin/wp-admin.css
+++ b/wp-admin/wp-admin.css
@@ -423,6 +423,10 @@ set display:none; */
font-size: 22px;
}
+#your-profile #rich_editing {
+ border: none;
+}
+
#howto {
font-size: 11px;
margin: 0 5px;