Make WordPress Core

Changes between Version 4 and Version 5 of Ticket #54309, comment 6


Ignore:
Timestamp:
01/13/2023 04:59:07 PM (2 years ago)
Author:
costdev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54309, comment 6

    v4 v5  
    11Looks like this may be intended behaviour.
    22
    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_autouodates` 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.
    44- [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.
    55- [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.