diff --git a/src/wp-admin/includes/class-wp-plugins-list-table.php b/src/wp-admin/includes/class-wp-plugins-list-table.php index 29e5882434..dce95dd773 100644 --- a/src/wp-admin/includes/class-wp-plugins-list-table.php +++ b/src/wp-admin/includes/class-wp-plugins-list-table.php @@ -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.