From 93d9dc3c21f37ba19ae24a6d155b7ce318ad658f Mon Sep 17 00:00:00 2001 From: ryan Date: Sun, 23 Mar 2008 16:38:30 +0000 Subject: [PATCH] s/Post/Page/. Props Denis-de-Bernardy. fixes #6361 git-svn-id: http://svn.automattic.com/wordpress/trunk@7490 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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) ); ?>