From 2377fb7ce011137e5488bc44ccb849f809ce5b02 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Sun, 23 Mar 2008 16:38:30 +0000 Subject: [PATCH] s/Post/Page/. Props Denis-de-Bernardy. fixes #6361 git-svn-id: https://develop.svn.wordpress.org/trunk@7490 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/edit-page-form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ); ?>