Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #60457, comment 9


Ignore:
Timestamp:
02/09/2024 01:32:02 AM (2 years ago)
Author:
costdev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60457, comment 9

    initial v1  
    11Please 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.
    22
     3This tackles the following from the above list:
     4- ''Proposal'' in 1
     5- ''Proposal'' in 3
     6- ''Alternative Proposal 2'' in 4
     7
    38While 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.