Changeset 43119 for branches/4.9/src/wp-login.php
- Timestamp:
- 05/02/2018 06:50:49 PM (6 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-login.php
r43083 r43119 841 841 case 'confirmaction' : 842 842 if ( ! isset( $_GET['request_id'] ) ) { 843 wp_die( __( 'Invalid request ' ) );843 wp_die( __( 'Invalid request.' ) ); 844 844 } 845 845
Note: See TracChangeset
for help on using the changeset viewer.