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-ms-themes-list-table.php

    r42343 r42871  
    9898             * @since 3.1.0
    9999             *
    100              * @param array $all An array of WP_Theme objects to display in the list table.
     100             * @param WP_Theme[] $all Array of WP_Theme objects to display in the list table.
    101101             */
    102102            'all'      => apply_filters( 'all_themes', wp_get_themes() ),
     
    507507         * @since 2.8.0
    508508         *
    509          * @param array    $actions An array of action links.
     509         * @param string[] $actions An array of action links.
    510510         * @param WP_Theme $theme   The current WP_Theme object.
    511511         * @param string   $context Status of the theme, one of 'all', 'enabled', or 'disabled'.
     
    523523         * @since 3.1.0
    524524         *
    525          * @param array    $actions An array of action links.
     525         * @param string[] $actions An array of action links.
    526526         * @param WP_Theme $theme   The current WP_Theme object.
    527527         * @param string   $context Status of the theme, one of 'all', 'enabled', or 'disabled'.
     
    588588         * @since 3.1.0
    589589         *
    590          * @param array    $theme_meta An array of the theme's metadata,
     590         * @param string[] $theme_meta An array of the theme's metadata,
    591591         *                             including the version, author, and
    592592         *                             theme URI.
Note: See TracChangeset for help on using the changeset viewer.