From eea86a8557255135481c27d599e21649994c2343 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Mon, 10 Nov 2008 17:49:00 +0000 Subject: [PATCH] Validation fixes from Simek. fixes #8139 git-svn-id: https://develop.svn.wordpress.org/trunk@9592 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 2200bf33a0..0925dd209e 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 12556660fc..79e04a06da 100644 --- a/wp-admin/plugins.php +++ b/wp-admin/plugins.php @@ -118,14 +118,12 @@ if( !empty($action) ) { } ?>

-

-