From 360720f615035adc078cf4668b7e97c57349a7bf Mon Sep 17 00:00:00 2001 From: azaozz 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: http://svn.automattic.com/wordpress/trunk@11361 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 0958309e4..d68699be5 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) ) { } ?>

-