mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-18 04:25:07 +00:00
Redirect if no action given.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3683 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a8434c8f49
commit
d02d4a9319
@ -146,6 +146,8 @@ case 'delete':
|
||||
break;
|
||||
|
||||
default:
|
||||
header('Location: edit.php');
|
||||
exit();
|
||||
break;
|
||||
} // end switch
|
||||
include('admin-footer.php');
|
||||
|
Loading…
x
Reference in New Issue
Block a user