Changeset 30539
- Timestamp:
- 11/24/2014 05:21:56 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-form-advanced.php
r30505 r30539 399 399 </p> 400 400 </div> 401 < ?php402 /** 403 * Fires inside the post editor <form>tag.401 <form name="post" action="post.php" method="post" id="post"<?php 402 /** 403 * Fires inside the post editor form tag. 404 404 * 405 405 * @since 3.0.0 … … 407 407 * @param WP_Post $post Post object. 408 408 */ 409 ?> 410 <form name="post" action="post.php" method="post" id="post"<?php do_action( 'post_edit_form_tag', $post );?>>409 do_action( 'post_edit_form_tag', $post ); 410 ?>> 411 411 <?php wp_nonce_field($nonce_action); ?> 412 412 <input type="hidden" id="user-id" name="user_ID" value="<?php echo (int) $user_ID ?>" />
Note: See TracChangeset
for help on using the changeset viewer.