From 0cb8475c0d07d23893b1d73d755eda5f12024585 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 16 Nov 2022 13:49:41 +0000 Subject: [PATCH] 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 --- src/wp-login.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/wp-login.php b/src/wp-login.php index 4c9de9503c..f79385530c 100644 --- a/src/wp-login.php +++ b/src/wp-login.php @@ -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';