Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #43162, comment 10


Ignore:
Timestamp:
05/16/2023 12:45:40 PM (16 months ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43162, comment 10

    v1 v2  
    11Found this ticket after a coding session with @aristath and @poena, where we noticed that `wp_uninitialize_site()` calls `unlink()` and `rmdir()` directly, instead of using the Filesystem API. Fixing that seems like a good first step here.
     2
     3This particular code appears to be introduced in [https://mu.trac.wordpress.org/changeset/1069 mu:1069].