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:
ryan 2006-04-04 00:12:43 +00:00
parent a8434c8f49
commit d02d4a9319
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');