Make WordPress Core


Ignore:
Timestamp:
01/06/2008 07:01:32 PM (16 years ago)
Author:
ryan
Message:

Remember last editor chosen. Props mdawaffe. fixes #3978

File:
1 edited

Legend:

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

    r6544 r6567  
    5151?>
    5252
    53 <input type="hidden" name="user_ID" value="<?php echo (int) $user_ID ?>" />
     53<input type="hidden" id="user-id" name="user_ID" value="<?php echo (int) $user_ID ?>" />
    5454<input type="hidden" id="hiddenaction" name="action" value="<?php echo $form_action ?>" />
    5555<input type="hidden" id="originalaction" name="originalaction" value="<?php echo $form_action ?>" />
Note: See TracChangeset for help on using the changeset viewer.