Wordpress/wp-admin/index.php
Matt Mullenweg 81cb776b62 Split up post and edit screens.
git-svn-id: https://develop.svn.wordpress.org/trunk@479 602fd350-edb4-49c9-b593-d223f7449a82
2003-10-26 20:34:24 +00:00

6 lines
116 B
PHP

<?php
/* This will possibly be more later but for now let's just redirect. */
header ('Location: wp-post.php');
?>