Ticket #13179: 13179.diff
| File 13179.diff, 907 bytes (added by , 15 years ago) |
|---|
-
wp-admin/edit-form-advanced.php
210 210 <?php endif; ?> 211 211 <form name="post" action="post.php" method="post" id="post"<?php do_action('post_edit_form_tag'); ?>> 212 212 <?php wp_nonce_field($nonce_action); ?> 213 <input type="hidden" id="parent_id"name="parent_id" value="<?php echo esc_attr( $post->post_parent ); ?>" />213 <input type="hidden" name="parent_id" value="<?php echo esc_attr( $post->post_parent ); ?>" /> 214 214 <input type="hidden" id="user-id" name="user_ID" value="<?php echo (int) $user_ID ?>" /> 215 215 <input type="hidden" id="hiddenaction" name="action" value="<?php echo esc_attr( $form_action ) ?>" /> 216 216 <input type="hidden" id="originalaction" name="originalaction" value="<?php echo esc_attr( $form_action ) ?>" />