diff --git a/wp-admin/edit-page-form.php b/wp-admin/edit-page-form.php index 9953670a98..8312f161e4 100644 --- a/wp-admin/edit-page-form.php +++ b/wp-admin/edit-page-form.php @@ -271,7 +271,7 @@ if ( $post->post_author && !in_array($post->post_author, $authors) ) if ( $authors && count( $authors ) > 1 ) : ?>
-

+

$authors, 'name' => 'post_author_override', 'selected' => empty($post_ID) ? $user_ID : $post->post_author) ); ?>