Show the Page Options on the New Post screen
git-svn-id: http://svn.automattic.com/wordpress/trunk@9062 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
bc957cef6e
commit
28bc7d7528
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue