30 | | * @param string $title Optional. WordPress login Page title to display in the `<title>` element. |
31 | | * Default 'Log In'. |
32 | | * @param string $message Optional. Message to display in header. Default empty. |
33 | | * @param WP_Error $wp_error Optional. The error to pass. Default is a WP_Error instance. |
| 30 | * @global string $error |
| 31 | * @global string $interim_login |
| 32 | * @global string $action |
| 33 | * |
| 34 | * @param string $title Optional. WordPress login Page title to display in the `<title>` element. |
| 35 | * Default 'Log In'. |
| 36 | * @param string $message Optional. Message to display in header. Default empty. |
| 37 | * @param WP_Error $wp_error Optional. The error to pass. Default is a WP_Error instance. |