Changeset 4028
- Timestamp:
- 07/23/06 17:14:20 (2 years ago)
- Files:
-
- branches/2.0/wp-admin/edit-page-form.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.0/wp-admin/edit-page-form.php
r3982 r4028 33 33 ?> 34 34 <input type="hidden" name="user_ID" value="<?php echo $user_ID ?>" /> 35 <input type="hidden" name="action" value='<?php echo $form_action ?>' />35 <input type="hidden" id="hiddenaction" name="action" value='<?php echo $form_action ?>' /> 36 36 <?php echo $form_extra ?> 37 37 <input type="hidden" name="post_status" value="static" /> … … 214 214 ?> 215 215 </div> 216 <div id="ajax-response"></div> 216 217 </fieldset> 217 218
