Redirect if no action given.

git-svn-id: https://develop.svn.wordpress.org/trunk@3683 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2006-04-04 00:12:43 +00:00
parent 5a51ac7c8e
commit e14b0fc456
1 changed files with 2 additions and 0 deletions

View File

@ -146,6 +146,8 @@ case 'delete':
break;
default:
header('Location: edit.php');
exit();
break;
} // end switch
include('admin-footer.php');