Changeset 43118 for trunk/src/wp-login.php
- Timestamp:
- 05/02/2018 06:41:10 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-login.php
r43008 r43118 861 861 case 'confirmaction' : 862 862 if ( ! isset( $_GET['request_id'] ) ) { 863 wp_die( __( 'Invalid request ' ) );863 wp_die( __( 'Invalid request.' ) ); 864 864 } 865 865
Note: See TracChangeset
for help on using the changeset viewer.