Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #64080, comment 18


Ignore:
Timestamp:
10/28/2025 06:30:21 AM (5 weeks ago)
Author:
skithund
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64080, comment 18

    initial v1  
    1 My reproduction code is failing due to 6.7 introducing `notoptions` cache in [58782]
     1My reproduction code in comment 14 is failing due to 6.7 introducing `notoptions` cache in [58782]
    22
    33- `delete_option( 'lock.lock' );` sets `lock.lock` into `notoptions` cache in `delete_option()`.