Make WordPress Core


Ignore:
Timestamp:
06/14/2023 06:32:14 AM (3 years ago)
Author:
audrasjb
Message:

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

Props costdev, audrasjb.
See #57840.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-users-list-table.php

    r55864 r55911  
    5959
    6060    /**
    61      * Check the current user's permissions.
     61     * Checks the current user's permissions.
    6262     *
    6363     * @since 3.1.0
     
    7474
    7575    /**
    76      * Prepare the users list for display.
     76     * Prepares the users list for display.
    7777     *
    7878     * @since 3.1.0
     
    151151
    152152    /**
    153      * Output 'no users' message.
     153     * Outputs 'no users' message.
    154154     *
    155155     * @since 3.1.0
     
    160160
    161161    /**
    162      * Return an associative array listing all the views that can be used
     162     * Returns an associative array listing all the views that can be used
    163163     * with this table.
    164164     *
     
    263263
    264264    /**
    265      * Retrieve an associative array of bulk actions available on this table.
     265     * Retrieves an associative array of bulk actions available on this table.
    266266     *
    267267     * @since 3.1.0
     
    291291
    292292    /**
    293      * Output the controls to allow user roles to be changed in bulk.
     293     * Outputs the controls to allow user roles to be changed in bulk.
    294294     *
    295295     * @since 3.1.0
     
    344344
    345345    /**
    346      * Capture the bulk action required, and return it.
     346     * Captures the bulk action required, and return it.
    347347     *
    348348     * Overridden from the base class implementation to capture
     
    362362
    363363    /**
    364      * Get a list of columns for the list table.
     364     * Gets a list of columns for the list table.
    365365     *
    366366     * @since 3.1.0
     
    386386
    387387    /**
    388      * Get a list of sortable columns for the list table.
     388     * Gets a list of sortable columns for the list table.
    389389     *
    390390     * @since 3.1.0
     
    402402
    403403    /**
    404      * Generate the list table rows.
     404     * Generates the list table rows.
    405405     *
    406406     * @since 3.1.0
     
    418418
    419419    /**
    420      * Generate HTML for a single row on the users.php admin panel.
     420     * Generates HTML for a single row on the users.php admin panel.
    421421     *
    422422     * @since 3.1.0
Note: See TracChangeset for help on using the changeset viewer.