mirror of
git://develop.git.wordpress.org/
synced 2025-02-21 07:02:30 +01:00
Docs: Split the "main part" comment in wp-login.php
into two lines.
This aims to better match the multi-line comment format of the documentation standards. Follow-up to [6643], [52945], [53313]. Props sabernhardt, NekoJonez. Fixes #56843. git-svn-id: https://develop.svn.wordpress.org/trunk@54848 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
cd798b66a7
commit
0cb8475c0d
@ -425,7 +425,9 @@ function wp_login_viewport_meta() {
|
||||
}
|
||||
|
||||
/*
|
||||
* Main part: check the request and redirect or display a form based on the current action.
|
||||
* Main part.
|
||||
*
|
||||
* Check the request and redirect or display a form based on the current action.
|
||||
*/
|
||||
|
||||
$action = isset( $_REQUEST['action'] ) ? $_REQUEST['action'] : 'login';
|
||||
|
Loading…
x
Reference in New Issue
Block a user