Changeset 53313
- Timestamp:
- 04/29/2022 02:35:01 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-login.php
r53111 r53313 423 423 } 424 424 425 // Check request and redirect. 425 /* 426 * Main part: check the request and redirect or display a form based on the current action. 427 */ 428 426 429 $action = isset( $_REQUEST['action'] ) ? $_REQUEST['action'] : 'login'; 427 430 $errors = new WP_Error();
Note: See TracChangeset
for help on using the changeset viewer.