Skip to content

Commit 0cb8475

Browse files
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
1 parent cd798b6 commit 0cb8475

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/wp-login.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,9 @@ function wp_login_viewport_meta() {
425425
}
426426

427427
/*
428-
* Main part: check the request and redirect or display a form based on the current action.
428+
* Main part.
429+
*
430+
* Check the request and redirect or display a form based on the current action.
429431
*/
430432

431433
$action = isset( $_REQUEST['action'] ) ? $_REQUEST['action'] : 'login';

0 commit comments

Comments
 (0)