From 81f671bb7382bfdf00725c5bdfc2f1cddd24ff91 Mon Sep 17 00:00:00 2001 From: ryan Date: Mon, 10 Nov 2008 17:49:00 +0000 Subject: [PATCH] Validation fixes from Simek. fixes #8139 git-svn-id: http://svn.automattic.com/wordpress/trunk@9592 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit-form-comment.php | 2 +- wp-admin/plugins.php | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/wp-admin/edit-form-comment.php b/wp-admin/edit-form-comment.php index 2200bf33a..0925dd209 100644 --- a/wp-admin/edit-form-comment.php +++ b/wp-admin/edit-form-comment.php @@ -129,7 +129,7 @@ $date = date_i18n( $datef, strtotime( $comment->comment_date ) ); - + diff --git a/wp-admin/plugins.php b/wp-admin/plugins.php index 12556660f..79e04a06d 100644 --- a/wp-admin/plugins.php +++ b/wp-admin/plugins.php @@ -118,14 +118,12 @@ if( !empty($action) ) { } ?>

-

-