Improvements to page handling. Move form to own page, put under "Write", ambiguiate language, and fix redirect.

git-svn-id: https://develop.svn.wordpress.org/trunk@1857 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2004-11-16 19:29:51 +00:00
parent 0ddb1564aa
commit 70fdfb4785
5 changed files with 41 additions and 23 deletions
+3
View File
@@ -15,6 +15,9 @@ $menu[40] = array(__('Presentation'), 8, 'themes.php');
$menu[45] = array(__('Upload'), get_settings('fileupload_minlevel'), 'upload.php');
ksort($menu); // So other files can plugin
$submenu['post.php'][5] = array('Write Post', 1, 'post.php');
$submenu['post.php'][10] = array('Write Page', 5, 'page-new.php');
$submenu['edit.php'][5] = array(__('Posts'), 1, 'edit.php');
$submenu['edit.php'][10] = array(__('Pages'), 5, 'edit-pages.php');
$submenu['edit.php'][15] = array(__('Categories'), 1, 'categories.php');