Changes between Initial Version and Version 1 of Ticket #59111, comment 24
- Timestamp:
- 08/30/2023 06:45:45 PM (3 years ago)
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`. 2 2 3 3 https://github.com/WordPress/wordpress-develop/pull/5052 actually solves that while https://github.com/WordPress/wordpress-develop/pull/5112 is a workaround.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)