Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #59111, comment 24


Ignore:
Timestamp:
08/30/2023 06:45:45 PM (3 years ago)
Author:
flixos90

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59111, comment 24

    initial v1  
    1 @joemcgill @petitphp I just reviewed the two PRs, I think https://github.com/WordPress/wordpress-develop/pull/5052 is a cleaner solution as it solves the problem at its root: The bug here is caused by the cache storing full paths. What it should store is only the paths starting below the WordPress root directory, e.g. starting at `wp-includes`.
     1@joemcgill @petitphp I just reviewed the two PRs, I think https://github.com/WordPress/wordpress-develop/pull/5052 is a cleaner solution as it solves the problem at its root: The bug here is caused by the cache storing full paths. What it should store is only the paths starting below the WordPress includes directory, e.g. starting after `wp-includes`.
    22
    33https://github.com/WordPress/wordpress-develop/pull/5052 actually solves that while https://github.com/WordPress/wordpress-develop/pull/5112 is a workaround.