Exit after sending headers. fixes #1917

git-svn-id: http://svn.automattic.com/wordpress/trunk@3365 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2005-12-28 00:16:40 +00:00
parent e4bc49b839
commit 7ff17cba43
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ if ( isset($_GET['action']) ) {
do_action('deactivate_' . trim( $_GET['plugin'] ));
header('Location: plugins.php?deactivate=true');
}
exit;
}
$title = __('Manage Plugins');