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'> +