Changeset 50809
- Timestamp:
- 05/04/2021 01:46:06 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/post.php
r50776 r50809 2259 2259 <?php the_block_editor_meta_box_post_form_hidden_fields( $post ); ?> 2260 2260 </form> 2261 <form id="toggle-custom-fields-form" method="post" action="<?php echo esc_ attr( admin_url( 'post.php' ) ); ?>">2261 <form id="toggle-custom-fields-form" method="post" action="<?php echo esc_url( admin_url( 'post.php' ) ); ?>"> 2262 2262 <?php wp_nonce_field( 'toggle-custom-fields', 'toggle-custom-fields-nonce' ); ?> 2263 2263 <input type="hidden" name="action" value="toggle-custom-fields" />
Note: See TracChangeset
for help on using the changeset viewer.