Make WordPress Core


Ignore:
Timestamp:
11/05/2019 09:28:51 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Docs on docs. Further improve documentation of known return types, plus other docs fixes.

See #48303

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-privacy-requests-table.php

    r46374 r46662  
    3636     * @since 4.9.6
    3737     *
    38      * @return array Array of columns.
     38     * @return string[] Array of column titles keyed by their column name.
    3939     */
    4040    public function get_columns() {
     
    138138     * @since 4.9.6
    139139     *
    140      * @return array Associative array of views in the format of $view_name => $view_markup.
     140     * @return string[] An array of HTML links keyed by their view.
    141141     */
    142142    protected function get_views() {
     
    201201     * @since 4.9.6
    202202     *
    203      * @return array List of bulk actions.
     203     * @return string[] Array of bulk action labels keyed by their action.
    204204     */
    205205    protected function get_bulk_actions() {
Note: See TracChangeset for help on using the changeset viewer.