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:
parent
b675793f6d
commit
2377fb7ce0
@ -271,7 +271,7 @@ if ( $post->post_author && !in_array($post->post_author, $authors) )
|
|||||||
if ( $authors && count( $authors ) > 1 ) :
|
if ( $authors && count( $authors ) > 1 ) :
|
||||||
?>
|
?>
|
||||||
<div id="pageauthordiv" class="postbox <?php echo postbox_classes('pageauthordiv', 'page'); ?>">
|
<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">
|
<div class="inside">
|
||||||
<?php wp_dropdown_users( array('include' => $authors, 'name' => 'post_author_override', 'selected' => empty($post_ID) ? $user_ID : $post->post_author) ); ?>
|
<?php wp_dropdown_users( array('include' => $authors, 'name' => 'post_author_override', 'selected' => empty($post_ID) ? $user_ID : $post->post_author) ); ?>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user