Changes between Version 1 and Version 2 of Ticket #43162, comment 10
- Timestamp:
- 05/16/2023 12:45:40 PM (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43162, comment 10
v1 v2 1 1 Found 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 3 This particular code appears to be introduced in [https://mu.trac.wordpress.org/changeset/1069 mu:1069].