Changeset 58069 for trunk/src/wp-admin/post.php
- Timestamp:
- 05/01/2024 05:59:05 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/post.php
r55988 r58069 15 15 $submenu_file = 'edit.php'; 16 16 17 wp_reset_vars( array( 'action' ) );17 $action = ! empty( $_REQUEST['action'] ) ? sanitize_text_field( $_REQUEST['action'] ) : ''; 18 18 19 19 if ( isset( $_GET['post'] ) && isset( $_POST['post_ID'] ) && (int) $_GET['post'] !== (int) $_POST['post_ID'] ) {
Note: See TracChangeset
for help on using the changeset viewer.