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-theme-install-list-table.php

    r42827 r42871  
    7777         * @since 2.8.0
    7878         *
    79          * @param array $nonmenu_tabs The tabs that don't have a menu item on
    80          *                            the Install Themes screen.
     79         * @param string[] $nonmenu_tabs The tabs that don't have a menu item on
     80         *                               the Install Themes screen.
    8181         */
    8282        $nonmenu_tabs = apply_filters( 'install_themes_nonmenu_tabs', $nonmenu_tabs );
     
    335335         * @since 3.4.0
    336336         *
    337          * @param array    $actions An array of theme action hyperlinks. Defaults are
     337         * @param string[] $actions An array of theme action links. Defaults are
    338338         *                          links to Install Now, Preview, and Details.
    339339         * @param WP_Theme $theme   Theme object.
Note: See TracChangeset for help on using the changeset viewer.