Changes between Version 4 and Version 5 of Ticket #54309, comment 6
- Timestamp:
- 01/13/2023 04:59:07 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #54309, comment 6
v4 v5 1 1 Looks like this may be intended behaviour. 2 2 3 - [https://github.com/WordPress/wordpress-develop/blob/trunk/src/wp-admin/includes/class-wp-plugins-list-table.php#L118-L123 Ref 1] - The `auto-updates-enabled` and `auto-updates-disabled` are only added to the array when `$this->show_autou odates` is truthy.3 - [https://github.com/WordPress/wordpress-develop/blob/trunk/src/wp-admin/includes/class-wp-plugins-list-table.php#L118-L123 Ref 1] - The `auto-updates-enabled` and `auto-updates-disabled` are only added to the array when `$this->show_autoupdates` is truthy. 4 4 - [https://github.com/WordPress/wordpress-develop/blob/trunk/src/wp-admin/includes/class-wp-plugins-list-table.php#L281-L292 Ref 2] - Plugin data is only added to these keys if `$this->show_autoupdates` is truthy. 5 5 - [https://github.com/WordPress/wordpress-develop/blob/trunk/src/wp-admin/includes/class-wp-plugins-list-table.php#L300-L303 Ref 3] - The `$totals` array is populated.