WordPress build repository browser

Changeset 55430

Timestamp:
06/14/2023 02:11:16 PM (14 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.

Built from https://develop.svn.wordpress.org/trunk@55918

Location:
trunk
Files:
5 edited

Legend:

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

    r51679 r55430  
    4444
    4545/**
    46  * Perform other actions when comment cookies are set.
     46 * comment cookies are set.
    4747 *
    4848 * @since 3.4.0
  • trunk/wp-includes/version.php

    r55429 r55430  
    1717 * @global string $wp_version
    1818 */
    19 $wp_version = '6.3-alpha-55917';
     19$wp_version = '6.3-alpha-5591';
    2020
    2121/**
  • trunk/wp-login.php

    r55215 r55430  
    2424
    2525/**
    26  * Output the login page header.
     26 * Output the login page header.
    2727 *
    2828 * @since 2.1.0
     
    108108
    109109    /**
    110      * Enqueue scripts and styles for the login page.
     110     * Enqueue 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             * Filter the "Go to site" link displayed in the login page footer.
    298298             *
    299299             * @since 5.7.0
  • trunk/wp-signup.php

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

    r55413 r55430  
    4747            <?php
    4848            /**
    49              * Adds additional APIs to the Really Simple Discovery (RSD) endpoint.
     49             * 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.