Ticket #17656: 17656.diff
| File 17656.diff, 801 bytes (added by , 14 years ago) |
|---|
-
wp-admin/edit-form-advanced.php
204 204 <?php endif; ?> 205 205 <form name="post" action="post.php" method="post" id="post"<?php do_action('post_edit_form_tag'); ?>> 206 206 <?php wp_nonce_field($nonce_action); ?> 207 <input type="hidden" name="parent_id" value="<?php echo esc_attr( $post->post_parent ); ?>" />208 207 <input type="hidden" id="user-id" name="user_ID" value="<?php echo (int) $user_ID ?>" /> 209 208 <input type="hidden" id="hiddenaction" name="action" value="<?php echo esc_attr( $form_action ) ?>" /> 210 209 <input type="hidden" id="originalaction" name="originalaction" value="<?php echo esc_attr( $form_action ) ?>" />