Make WordPress Core

Changeset 55918


Ignore:
Timestamp:
06/14/2023 02:09:23 PM (3 years 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.

Location:
trunk/src
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-comments-post.php

    r52087 r55918  
    4444
    4545/**
    46  * Perform other actions when comment cookies are set.
     46 * Fires after comment cookies are set.
    4747 *
    4848 * @since 3.4.0
  • 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
  • trunk/src/wp-signup.php

    r55902 r55918  
    400400                <?php
    401401                /**
    402                  * Hidden sign-up form fields output when creating another site or user.
     402                 * Fires when hidden sign-up form fields output when creating another site or user.
    403403                 *
    404404                 * @since MU (3.0.0)
  • trunk/src/xmlrpc.php

    r55901 r55918  
    4747                        <?php
    4848                        /**
    49                          * Adds additional APIs to the Really Simple Discovery (RSD) endpoint.
     49                         * Fires when adding APIs to the Really Simple Discovery (RSD) endpoint.
    5050                         *
    5151                         * @link https://cyber.harvard.edu/blogs/gems/tech/rsd.html
Note: See TracChangeset for help on using the changeset viewer.