Changeset 58093
- Timestamp:
- 05/03/2024 02:30:56 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-login.php
r58023 r58093 754 754 755 755 case 'postpass': 756 if ( ! array_key_exists( 'post_password', $_POST) ) {756 if ( ! isset( $_POST['post_password'] ) || ! is_string( $_POST['post_password'] ) ) { 757 757 wp_safe_redirect( wp_get_referer() ); 758 758 exit;
Note: See TracChangeset
for help on using the changeset viewer.