(87 . 7)(87 . 6)
8392 check_admin_referer('bulk-manage-plugins');
8393
8394 $plugins = $_REQUEST['checked']; //$_POST = from the plugin form; $_GET = from the FTP details screen.
8395 include(ABSPATH . 'wp-admin/update.php');
8396
8397 $title = __('Delete Plugin');
8398 $parent_file = 'plugins.php';