Changeset 50255 for trunk/src/wp-admin/includes/post.php
- Timestamp:
- 02/08/2021 09:37:34 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/post.php
r49936 r50255 2304 2304 </form> 2305 2305 <form id="toggle-custom-fields-form" method="post" action="<?php echo esc_attr( admin_url( 'post.php' ) ); ?>"> 2306 <?php wp_nonce_field( 'toggle-custom-fields' ); ?>2306 <?php wp_nonce_field( 'toggle-custom-fields', 'toggle-custom-fields-nonce' ); ?> 2307 2307 <input type="hidden" name="action" value="toggle-custom-fields" /> 2308 2308 </form>
Note: See TracChangeset
for help on using the changeset viewer.