Show the Page Options on the New Post screen

git-svn-id: https://develop.svn.wordpress.org/trunk@9062 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith 2008-10-02 06:55:54 +00:00
parent b727519b66
commit 119c6c8db6
1 changed files with 1 additions and 1 deletions

View File

@ -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 ) ) { ?>
<div id="edit-settings">