Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #53986


Ignore:
Timestamp:
08/23/2021 09:59:35 PM (5 years ago)
Author:
SergeyBiryukov
Comment:

Hi there, thanks for the ticket and the PR!

This looks good to me at a glance. Would be great to also add a unit test for this.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53986

    • Property Keywords has-patch needs-unit-tests added
    • Property Milestone changed from Awaiting Review to 5.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/32350
     1Given 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.
    22
    33== What happens