Changes between Initial Version and Version 2 of Ticket #53986
- Timestamp:
- 08/23/2021 09:59:35 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #53986
- Property Keywords has-patch needs-unit-tests added
-
Property
Milestone
changed from
Awaiting Reviewto5.9
-
Ticket #53986 – Description
initial v2 1 Given a very unfortunate series of events, it's possible for a site to brick itself from a call to `update_option()` on even a FE request that should have just resulted in no update (option value was not changing). Introduced in https://core.trac.wordpress.org/ticket/323501 Given a very unfortunate series of events, it's possible for a site to brick itself from a call to `update_option()` on even a FE request that should have just resulted in no update (option value was not changing). Introduced in #32350. 2 2 3 3 == What happens