Make WordPress Core

Changeset 54848


Ignore:
Timestamp:
11/16/2022 01:49:41 PM (3 years ago)
Author:
SergeyBiryukov
Message:

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.

File:
1 edited

Legend:

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

    r54224 r54848  
    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
Note: See TracChangeset for help on using the changeset viewer.