Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #54582, comment 63


Ignore:
Timestamp:
07/07/2025 05:32:53 PM (13 months ago)
Author:
iamadisingh

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54582, comment 63

    initial v1  
    2727- Before patch: WordPress would delete both old and new files during updates on case-insensitive filesystems, causing fatal PHP errors.
    2828
    29 - After patch: The modified `_cleanup_old_files()` function correctly detects case conflicts and preserves essential files.
     29- After patch: The `_cleanup_old_files()` function correctly detects case conflicts and preserves essential files.