s/Post/Page/. Props Denis-de-Bernardy. fixes #6361

git-svn-id: https://develop.svn.wordpress.org/trunk@7490 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-03-23 16:38:30 +00:00
parent b675793f6d
commit 2377fb7ce0
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ if ( $post->post_author && !in_array($post->post_author, $authors) )
if ( $authors && count( $authors ) > 1 ) :
?>
<div id="pageauthordiv" class="postbox <?php echo postbox_classes('pageauthordiv', 'page'); ?>">
<h3><?php _e('Post Author'); ?></h3>
<h3><?php _e('Page Author'); ?></h3>
<div class="inside">
<?php wp_dropdown_users( array('include' => $authors, 'name' => 'post_author_override', 'selected' => empty($post_ID) ? $user_ID : $post->post_author) ); ?>
</div>