Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #22192, comment 79


Ignore:
Timestamp:
10/06/2023 10:17:16 AM (14 months ago)
Author:
snicco
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22192, comment 79

    initial v1  
    1111This breaks everything we do in [Vaults&Pillars](https://snicco.io/blog/introducing-fortress-vaults-and-pillars)
    1212
    13 In <= 6.3
    14 
    15 if you call update_option('foo', 'B') it returns false and the DB value is not updated.
    16 
    17 because get_option correctly filtered the runtime value to `A` again.
    18 
    1913