Make WordPress Core


Ignore:
Timestamp:
06/14/2023 02:09:23 PM (16 months ago)
Author:
audrasjb
Message:

Docs: Use third-person singular verbs in various function descriptions, as per docblocks standards.

Follow-up to [55911], [55916], [55917].

Props costdev.
See #57840.

File:
1 edited

Legend:

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

    r55703 r55918  
    2424
    2525/**
    26  * Output the login page header.
     26 * Outputs the login page header.
    2727 *
    2828 * @since 2.1.0
     
    108108
    109109    /**
    110      * Enqueue scripts and styles for the login page.
     110     * Enqueues scripts and styles for the login page.
    111111     *
    112112     * @since 3.1.0
     
    295295            );
    296296            /**
    297              * Filter the "Go to site" link displayed in the login page footer.
     297             * Filters the "Go to site" link displayed in the login page footer.
    298298             *
    299299             * @since 5.7.0
Note: See TracChangeset for help on using the changeset viewer.