From dc4834a673045941cdf0941b6a40e58113a234a6 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Sat, 16 May 2009 07:09:03 +0000 Subject: [PATCH] Style tweaks for plugins delete confirmation page, props Simek, fixes #9799 git-svn-id: https://develop.svn.wordpress.org/trunk@11361 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/plugins.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/wp-admin/plugins.php b/wp-admin/plugins.php index 0958309e44..d68699be53 100644 --- a/wp-admin/plugins.php +++ b/wp-admin/plugins.php @@ -98,7 +98,6 @@ if ( !empty($action) ) { $plugins = $_REQUEST['checked']; //$_POST = from the plugin form; $_GET = from the FTP details screen. include(ABSPATH . 'wp-admin/update.php'); - $title = __('Delete Plugin'); $parent_file = 'plugins.php'; if ( ! isset($_REQUEST['verify-delete']) ) { @@ -127,10 +126,10 @@ if ( !empty($action) ) { } ?>

-