Make WordPress Core


Ignore:
Timestamp:
01/07/2005 01:11:51 AM (21 years ago)
Author:
saxmatt
Message:

http://mosquito.wordpress.org/view.php?id=521

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-form-advanced.php

    r1978 r2062  
    4545
    4646<input type="hidden" name="user_ID" value="<?php echo $user_ID ?>" />
    47 <input type="hidden" name="action" value='<?php echo $form_action ?>' />
     47<input type="hidden" name="action" value="<?php echo $form_action ?>" />
     48<input type="hidden" name="post_author" value="<?php echo $post_author ?>" />
     49
    4850<?php echo $form_extra ?>
    4951<?php if (isset($_GET['message']) && 2 > $_GET['message']) : ?>
     
    153155        <th scope="row"><?php _e('Post author'); ?>:</th>
    154156        <td>
    155         <select name="post_author" id="post_author">
     157        <select name="post_author_override" id="post_author_override">
    156158        <?php
    157159        foreach ($users as $o) :
Note: See TracChangeset for help on using the changeset viewer.