From e8e39d212b98bd9fa7b90b2722662ef5bddcabee Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 31 May 2014 20:09:26 +0000 Subject: [PATCH] Plugin activation/deletion errors should be styled as such. props johnbillion. fixes #28260. git-svn-id: https://develop.svn.wordpress.org/trunk@28646 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/plugins.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/plugins.php b/src/wp-admin/plugins.php index 8b0fa10096..988cfa9325 100644 --- a/src/wp-admin/plugins.php +++ b/src/wp-admin/plugins.php @@ -380,7 +380,7 @@ if ( !empty($invalid) ) else $errmsg = __('Plugin could not be activated because it triggered a fatal error.'); ?> -

+

@@ -394,7 +394,7 @@ if ( !empty($invalid) ) delete_transient( 'plugins_delete_result_' . $user_ID ); if ( is_wp_error($delete_result) ) : ?> -

get_error_message() ); ?>

+

get_error_message() ); ?>

deleted.'); ?>