Make WordPress Core


Ignore:
Timestamp:
03/05/2018 09:49:53 PM (7 years ago)
Author:
johnbillion
Message:

Docs: Standardise and correct documentation relating to parameters which accept plugin names.

See #42505

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-plugin-installer-skin.php

    r42343 r42787  
    9494         *                                for non-API installs, such as when a plugin is installed
    9595         *                                via upload.
    96          * @param string $plugin_file     Path to the plugin file.
     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.