From 28bc7d7528dd852ad6add71b2a3d9c1bbf27f682 Mon Sep 17 00:00:00 2001 From: markjaquith Date: Thu, 2 Oct 2008 06:55:54 +0000 Subject: [PATCH] Show the Page Options on the New Post screen git-svn-id: http://svn.automattic.com/wordpress/trunk@9062 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/admin-header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/admin-header.php b/wp-admin/admin-header.php index 94299d1658..9b43da185c 100644 --- a/wp-admin/admin-header.php +++ b/wp-admin/admin-header.php @@ -105,7 +105,7 @@ if ( $parent_file == 'options-general.php' ) { favorite_actions(); -$settings_pages = array( 'categories.php', 'edit.php', 'edit-comments.php', 'edit-form-advanced.php', 'edit-link-categories.php', 'edit-link-form.php', 'edit-page-form.php', 'edit-tags.php', 'link-manager.php', 'upload.php', 'users.php', 'edit-pages.php' ); +$settings_pages = array( 'categories.php', 'edit.php', 'edit-comments.php', 'edit-form-advanced.php', 'edit-link-categories.php', 'edit-link-form.php', 'edit-page-form.php', 'edit-tags.php', 'link-manager.php', 'upload.php', 'users.php', 'edit-pages.php', 'post-new.php' ); if ( in_array( $pagenow, $settings_pages ) ) { ?>