diff --git a/wp-includes/version.php b/wp-includes/version.php index b2a06c5099..562fc49111 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-54842'; +$wp_version = '6.2-alpha-54848'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. diff --git a/wp-login.php b/wp-login.php index 4c9de9503c..f79385530c 100644 --- a/wp-login.php +++ b/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';