mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Docs: Correct some @since entries added in 5.5.
See #49572 git-svn-id: https://develop.svn.wordpress.org/trunk@48377 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1139,7 +1139,7 @@ class WP_Plugins_List_Table extends WP_List_Table {
|
||||
* Fires after each row in the Plugins list table.
|
||||
*
|
||||
* @since 2.3.0
|
||||
* @since 5.5.0 Added 'Auto-updates Enabled' and 'Auto-updates Disabled' `$status`.
|
||||
* @since 5.5.0 Added 'auto-update-enabled' and 'auto-update-disabled' to possible values for `$status`.
|
||||
*
|
||||
* @param string $plugin_file Path to the plugin file relative to the plugins directory.
|
||||
* @param array $plugin_data An array of plugin data.
|
||||
@@ -1157,7 +1157,7 @@ class WP_Plugins_List_Table extends WP_List_Table {
|
||||
* to the plugin file, relative to the plugins directory.
|
||||
*
|
||||
* @since 2.7.0
|
||||
* @since 5.5.0 Added 'Auto-updates Enabled' and 'Auto-updates Disabled' `$status`.
|
||||
* @since 5.5.0 Added 'auto-update-enabled' and 'auto-update-disabled' to possible values for `$status`.
|
||||
*
|
||||
* @param string $plugin_file Path to the plugin file relative to the plugins directory.
|
||||
* @param array $plugin_data An array of plugin data.
|
||||
|
||||
Reference in New Issue
Block a user