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-plugin-installer-skin.php

    r42787 r42871  
    9090         * @since 2.7.0
    9191         *
    92          * @param array $install_actions Array of plugin action links.
    93          * @param object $api             Object containing WordPress.org API plugin data. Empty
    94          *                                for non-API installs, such as when a plugin is installed
    95          *                                via upload.
    96          * @param string $plugin_file     Path to the plugin file relative to the plugins directory.
     92         * @param string[] $install_actions Array of plugin action links.
     93         * @param object   $api             Object containing WordPress.org API plugin data. Empty
     94         *                                  for non-API installs, such as when a plugin is installed
     95         *                                  via upload.
     96         * @param string   $plugin_file     Path to the plugin file relative to the plugins directory.
    9797         */
    9898        $install_actions = apply_filters( 'install_plugin_complete_actions', $install_actions, $this->api, $plugin_file );
Note: See TracChangeset for help on using the changeset viewer.