mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-02-28 19:52:53 +00:00
Docs: Further clarify a comment for the main part of wp-login.php.
Follow-up to [52945]. Fixes #54746. git-svn-id: https://develop.svn.wordpress.org/trunk@53313 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
2b0a984227
commit
b840fb84ee
@ -422,7 +422,10 @@ function wp_login_viewport_meta() {
|
||||
<?php
|
||||
}
|
||||
|
||||
// Check request and redirect.
|
||||
/*
|
||||
* Main part: check the request and redirect or display a form based on the current action.
|
||||
*/
|
||||
|
||||
$action = isset( $_REQUEST['action'] ) ? $_REQUEST['action'] : 'login';
|
||||
$errors = new WP_Error();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user