Make WordPress Core

Changeset 53313


Ignore:
Timestamp:
04/29/2022 02:35:01 PM (3 years ago)
Author:
SergeyBiryukov
Message:

Docs: Further clarify a comment for the main part of wp-login.php.

Follow-up to [52945].

Fixes #54746.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-login.php

    r53111 r53313  
    423423}
    424424
    425 // Check request and redirect.
     425/*
     426 * Main part: check the request and redirect or display a form based on the current action.
     427 */
     428
    426429$action = isset( $_REQUEST['action'] ) ? $_REQUEST['action'] : 'login';
    427430$errors = new WP_Error();
Note: See TracChangeset for help on using the changeset viewer.