From 5030e58c5eb58db85e83b232504916b0572b686b Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Wed, 16 Jan 2008 05:52:38 +0000 Subject: [PATCH] Make publish status a dropdown. git-svn-id: https://develop.svn.wordpress.org/trunk@6619 602fd350-edb4-49c9-b593-d223f7449a82 --- 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'> +