Ticket #18645: 18645.diff
| File 18645.diff, 604 bytes (added by jkudish, 21 months ago) |
|---|
-
wp-admin/includes/meta-boxes.php
527 527 ?> 528 528 <label class="screen-reader-text" for="post_author_override"><?php _e('Author'); ?></label> 529 529 <?php 530 $who = 'authors'; 530 531 wp_dropdown_users( array( 531 'who' => 'authors',532 'who' => apply_filters('post_author_meta_box_who', $who), 532 533 'name' => 'post_author_override', 533 534 'selected' => empty($post->ID) ? $user_ID : $post->post_author, 534 535 'include_selected' => true
