From 102b274a40aa9805adc50b6c88d918575f0e78c0 Mon Sep 17 00:00:00 2001 From: ryan Date: Wed, 16 Jan 2008 05:52:38 +0000 Subject: [PATCH] Make publish status a dropdown. git-svn-id: http://svn.automattic.com/wordpress/trunk@6619 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit-form-advanced.php | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/wp-admin/edit-form-advanced.php b/wp-admin/edit-form-advanced.php index cc0489faef..879782b8ad 100644 --- a/wp-admin/edit-form-advanced.php +++ b/wp-admin/edit-form-advanced.php @@ -93,13 +93,18 @@ addLoadEvent(focusit);
- +

+post_status, 'publish'); checked($post->post_status, 'future'); ?> /> + +post_status, 'publish' ); selected( $post->post_status, 'future' ); selected( $post->post_status, 'private' );?> value=''> + +post_status, 'private' ); ?> value='private'> - - +post_status, 'pending' ); ?> value='pending'> +post_status, 'draft' ); ?> value='draft'> +