Make WordPress Core


Ignore:
Timestamp:
06/14/2023 06:32:14 AM (2 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-privacy-requests-table.php

    r54215 r55911  
    3232
    3333    /**
    34      * Get columns to show in the list table.
     34     * Gets columns to show in the list table.
    3535     *
    3636     * @since 4.9.6
     
    5050
    5151    /**
    52      * Normalize the admin URL to the current page (by request_type).
     52     * Normalizes the admin URL to the current page (by request_type).
    5353     *
    5454     * @since 5.3.0
     
    6767
    6868    /**
    69      * Get a list of sortable columns.
     69     * Gets a list of sortable columns.
    7070     *
    7171     * @since 4.9.6
     
    8888
    8989    /**
    90      * Default primary column.
     90     * Returns the default primary column.
    9191     *
    9292     * @since 4.9.6
     
    9999
    100100    /**
    101      * Count number of requests for each status.
     101     * Counts the number of requests for each status.
    102102     *
    103103     * @since 4.9.6
     
    138138
    139139    /**
    140      * Get an associative array ( id => link ) with the list of views available on this table.
     140     * Gets an associative array ( id => link ) with the list of views available on this table.
    141141     *
    142142     * @since 4.9.6
     
    201201
    202202    /**
    203      * Get bulk actions.
     203     * Gets bulk actions.
    204204     *
    205205     * @since 4.9.6
     
    355355
    356356    /**
    357      * Prepare items to output.
     357     * Prepares items to output.
    358358     *
    359359     * @since 4.9.6
     
    408408
    409409    /**
    410      * Checkbox column.
     410     * Returns the markup for the Checkbox column.
    411411     *
    412412     * @since 4.9.6
     
    457457
    458458    /**
    459      * Convert timestamp for display.
     459     * Converts a timestamp for display.
    460460     *
    461461     * @since 4.9.6
     
    480480
    481481    /**
    482      * Default column handler.
     482     * Handles the default column.
    483483     *
    484484     * @since 4.9.6
     
    504504
    505505    /**
    506      * Created timestamp column. Overridden by children.
     506     * Returns the markup for the Created timestamp column. Overridden by children.
    507507     *
    508508     * @since 5.7.0
     
    528528
    529529    /**
    530      * Next steps column. Overridden by children.
     530     * Returns the markup for the next steps column. Overridden by children.
    531531     *
    532532     * @since 4.9.6
     
    552552
    553553    /**
    554      * Embed scripts used to perform actions. Overridden by children.
     554     * Embeds scripts used to perform actions. Overridden by children.
    555555     *
    556556     * @since 4.9.6
Note: See TracChangeset for help on using the changeset viewer.