From bb51d1ccdc4af169d7c68c286428f6b5ba7b4812 Mon Sep 17 00:00:00 2001 From: ryan Date: Fri, 31 Oct 2008 21:49:23 +0000 Subject: [PATCH] Default privacy box to the side git-svn-id: http://svn.automattic.com/wordpress/trunk@9449 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit-page-form.php | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/wp-admin/edit-page-form.php b/wp-admin/edit-page-form.php index f2bb035089..ff9aa90b32 100644 --- a/wp-admin/edit-page-form.php +++ b/wp-admin/edit-page-form.php @@ -201,6 +201,23 @@ if ( !in_array( $post->post_status, array('publish', 'future') ) || 0 == $post-> } add_meta_box('pagesubmitdiv', __('Publish'), 'page_submit_meta_box', 'page', 'side', 'core'); +/** + * Display page password form fields. + * + * @since 2.6.0 + * + * @param object $post + */ +function page_password_meta_box($post){ +?> +

+

+

+

+ -

-

-

-

-