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

    r42787 r42871  
    6565         * @since 2.7.0
    6666         *
    67          * @param array $update_actions Array of plugin action links.
    68          * @param string $plugin         Path to the plugin file relative to the plugins directory.
     67         * @param string[] $update_actions Array of plugin action links.
     68         * @param string   $plugin         Path to the plugin file relative to the plugins directory.
    6969         */
    7070        $update_actions = apply_filters( 'update_plugin_complete_actions', $update_actions, $this->plugin );
Note: See TracChangeset for help on using the changeset viewer.