Make WordPress Core


Ignore:
Timestamp:
03/22/2018 08:26:06 PM (7 years ago)
Author:
johnbillion
Message:

Docs: Document many more parameters and properties using typed array notation.

See #41756

File:
1 edited

Legend:

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

    r42343 r42871  
    397397         * @since 3.5.0
    398398         *
    399          * @param array $views An array of available list table views.
     399         * @param string[] $views An array of available list table views.
    400400         */
    401401        $views = apply_filters( "views_{$this->screen->id}", $views );
     
    448448             * @since 3.5.0
    449449             *
    450              * @param array $actions An array of the available bulk actions.
     450             * @param string[] $actions An array of the available bulk actions.
    451451             */
    452452            $this->_actions = apply_filters( "bulk_actions-{$this->screen->id}", $this->_actions );
     
    504504     * @since 3.1.0
    505505     *
    506      * @param array $actions The list of actions
    507      * @param bool $always_visible Whether the actions should be always visible
     506     * @param string[] $actions        An array of action links.
     507     * @param bool     $always_visible Whether the actions should be always visible.
    508508     * @return string
    509509     */
Note: See TracChangeset for help on using the changeset viewer.