Changes between Initial Version and Version 1 of Ticket #60457, comment 9
- Timestamp:
- 02/09/2024 01:32:02 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #60457, comment 9
initial v1 1 1 Please note that [https://github.com/WordPress/wordpress-develop/pull/6071 PR 6071] for #60461 was submitted to avoid issues during install scripts. This removes the `update_option()` calls in `wp-settings.php`, and guards a call to `update_option()` in `get_plugins()` when WordPress is installing. 2 2 3 This tackles the following from the above list: 4 - ''Proposal'' in 1 5 - ''Proposal'' in 3 6 - ''Alternative Proposal 2'' in 4 7 3 8 While not a complete resolution to the concerns of this ticket, I'm just updating you all on a patch for a specific issue that relates to the areas discussed here.