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) ) { } ?>

-