Make WordPress Core


Ignore:
Timestamp:
03/22/2018 08:26:06 PM (5 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-theme-upgrader.php

    r42777 r42871  
    321321     * @since 3.7.0 The `$args` parameter was added, making clearing the update cache optional.
    322322     *
    323      * @param array $themes The theme slugs.
    324      * @param array $args {
     323     * @param string[] $themes Array of the theme slugs.
     324     * @param array    $args {
    325325     *     Optional. Other arguments for upgrading several themes at once. Default empty array.
    326326     *
Note: See TracChangeset for help on using the changeset viewer.