mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Pinking shears.
git-svn-id: https://develop.svn.wordpress.org/trunk@15843 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -508,8 +508,8 @@ function post_author_meta_box($post) {
|
||||
?>
|
||||
<label class="screen-reader-text" for="post_author_override"><?php _e('Author'); ?></label>
|
||||
<?php
|
||||
wp_dropdown_users( array(
|
||||
'name' => 'post_author_override',
|
||||
wp_dropdown_users( array(
|
||||
'name' => 'post_author_override',
|
||||
'selected' => empty($post->ID) ? $user_ID : $post->post_author
|
||||
) );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user