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…
Reference in New Issue