From 4a2fb422f34a5a54c240f03342fa496eb1d58aab Mon Sep 17 00:00:00 2001 From: ryan Date: Fri, 31 Oct 2008 21:48:00 +0000 Subject: [PATCH] Default privacy box to the side git-svn-id: http://svn.automattic.com/wordpress/trunk@9448 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit-form-advanced.php | 38 ++++++++++++++++----------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/wp-admin/edit-form-advanced.php b/wp-admin/edit-form-advanced.php index f60cbaa142..1c052aba27 100644 --- a/wp-admin/edit-form-advanced.php +++ b/wp-admin/edit-form-advanced.php @@ -269,6 +269,25 @@ function post_categories_meta_box($post) { } add_meta_box('categorydiv', __('Categories'), 'post_categories_meta_box', 'post', 'side', 'core'); +/** + * Display post password form fields. + * + * @since 2.6.0 + * + * @param object $post + */ +function post_password_meta_box($post) { +?> +

+ +

+

+

+

+ -

- -

-

-

-

-