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-theme-upgrader-skin.php

    r42343 r42871  
    8686         * @since 2.8.0
    8787         *
    88          * @param array $update_actions Array of theme action links.
    89          * @param string $theme          Theme directory name.
     88         * @param string[] $update_actions Array of theme action links.
     89         * @param string   $theme          Theme directory name.
    9090         */
    9191        $update_actions = apply_filters( 'update_theme_complete_actions', $update_actions, $this->theme );
Note: See TracChangeset for help on using the changeset viewer.