From 0d404a55edcd31a29448a7850462d2cc4029f922 Mon Sep 17 00:00:00 2001
From: Matt Mullenweg
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: https://develop.svn.wordpress.org/trunk@7180 602fd350-edb4-49c9-b593-d223f7449a82
---
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;