Redirect if no action is set. Props Viper007Bond. fixes #2619

git-svn-id: http://svn.automattic.com/wordpress/trunk@3674 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2006-04-01 23:02:01 +00:00
parent 33210aaf9e
commit f5e88cd3d5

View File

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