mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Docs: Standardise and correct documentation relating to parameters which accept plugin names.
See #42505 git-svn-id: https://develop.svn.wordpress.org/trunk@42787 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -827,7 +827,7 @@ class WP_Plugins_List_Table extends WP_List_Table {
|
||||
* @param array $plugin_meta An array of the plugin's metadata,
|
||||
* including the version, author,
|
||||
* author URI, and plugin URI.
|
||||
* @param string $plugin_file Path to the plugin file, relative to the plugins directory.
|
||||
* @param string $plugin_file Path to the plugin file relative to the plugins directory.
|
||||
* @param array $plugin_data An array of plugin data.
|
||||
* @param string $status Status of the plugin. Defaults are 'All', 'Active',
|
||||
* 'Inactive', 'Recently Activated', 'Upgrade', 'Must-Use',
|
||||
@@ -849,7 +849,7 @@ class WP_Plugins_List_Table extends WP_List_Table {
|
||||
* @since 3.1.0
|
||||
*
|
||||
* @param string $column_name Name of the column.
|
||||
* @param string $plugin_file Path to the plugin file.
|
||||
* @param string $plugin_file Path to the plugin file relative to the plugins directory.
|
||||
* @param array $plugin_data An array of plugin data.
|
||||
*/
|
||||
do_action( 'manage_plugins_custom_column', $column_name, $plugin_file, $plugin_data );
|
||||
@@ -865,7 +865,7 @@ class WP_Plugins_List_Table extends WP_List_Table {
|
||||
*
|
||||
* @since 2.3.0
|
||||
*
|
||||
* @param string $plugin_file Path to the plugin file, relative to the plugins directory.
|
||||
* @param string $plugin_file Path to the plugin file relative to the plugins directory.
|
||||
* @param array $plugin_data An array of plugin data.
|
||||
* @param string $status Status of the plugin. Defaults are 'All', 'Active',
|
||||
* 'Inactive', 'Recently Activated', 'Upgrade', 'Must-Use',
|
||||
@@ -881,7 +881,7 @@ class WP_Plugins_List_Table extends WP_List_Table {
|
||||
*
|
||||
* @since 2.7.0
|
||||
*
|
||||
* @param string $plugin_file Path to the plugin file, relative to the plugins directory.
|
||||
* @param string $plugin_file Path to the plugin file relative to the plugins directory.
|
||||
* @param array $plugin_data An array of plugin data.
|
||||
* @param string $status Status of the plugin. Defaults are 'All', 'Active',
|
||||
* 'Inactive', 'Recently Activated', 'Upgrade', 'Must-Use',
|
||||
|
||||
Reference in New Issue
Block a user