Make WordPress Core


Ignore:
Timestamp:
03/25/2018 06:09:56 PM (7 years ago)
Author:
johnbillion
Message:

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

See #41756

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/theme-install.php

    r42447 r42875  
    144144     * @since 2.8.0
    145145     *
    146      * @param array $tabs The tabs shown on the Add Themes screen. Default is 'upload'.
     146     * @param string[] $tabs Associative array of the tabs shown on the Add Themes screen. Default is 'upload'.
    147147     */
    148148    $tabs = apply_filters( 'install_themes_tabs', array( 'upload' => __( 'Upload Theme' ) ) );
Note: See TracChangeset for help on using the changeset viewer.