Make WordPress Core


Ignore:
Timestamp:
03/05/2018 09:49:53 PM (8 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-wp-plugins-list-table.php

    r42343 r42787  
    828828                     *                            including the version, author,
    829829                     *                            author URI, and plugin URI.
    830                      * @param string $plugin_file Path to the plugin file, relative to the plugins directory.
     830                     * @param string $plugin_file Path to the plugin file relative to the plugins directory.
    831831                     * @param array  $plugin_data An array of plugin data.
    832832                     * @param string $status      Status of the plugin. Defaults are 'All', 'Active',
     
    850850                     *
    851851                     * @param string $column_name Name of the column.
    852                      * @param string $plugin_file Path to the plugin file.
     852                     * @param string $plugin_file Path to the plugin file relative to the plugins directory.
    853853                     * @param array  $plugin_data An array of plugin data.
    854854                     */
     
    866866         * @since 2.3.0
    867867         *
    868          * @param string $plugin_file Path to the plugin file, relative to the plugins directory.
     868         * @param string $plugin_file Path to the plugin file relative to the plugins directory.
    869869         * @param array  $plugin_data An array of plugin data.
    870870         * @param string $status      Status of the plugin. Defaults are 'All', 'Active',
     
    882882         * @since 2.7.0
    883883         *
    884          * @param string $plugin_file Path to the plugin file, relative to the plugins directory.
     884         * @param string $plugin_file Path to the plugin file relative to the plugins directory.
    885885         * @param array  $plugin_data An array of plugin data.
    886886         * @param string $status      Status of the plugin. Defaults are 'All', 'Active',
Note: See TracChangeset for help on using the changeset viewer.