Changeset 6712 for trunk/wp-admin/edit-page-form.php
- Timestamp:
- 02/02/2008 07:22:14 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-page-form.php
r6671 r6712 28 28 wp_nonce_field($nonce_action); 29 29 30 if (isset($mode) && 'bookmarklet' == $mode) {30 if (isset($mode) && 'bookmarklet' == $mode) 31 31 echo '<input type="hidden" name="mode" value="bookmarklet" />'; 32 }33 32 ?> 34 33 <input type="hidden" id="user-id" name="user_ID" value="<?php echo $user_ID ?>" /> … … 36 35 <input type="hidden" id="originalaction" name="originalaction" value="<?php echo $form_action ?>" /> 37 36 <?php echo $form_extra ?> 38 <input type="hidden" id="post_type" name="post_type" value=" page" />37 <input type="hidden" id="post_type" name="post_type" value="<?php echo $post->post_type ?>" /> 39 38 40 39 <script type="text/javascript">
Note: See TracChangeset
for help on using the changeset viewer.