Changes between Version 2 and Version 3 of Ticket #60835, comment 53
- Timestamp:
- 06/12/2024 11:18:30 PM (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #60835, comment 53
v2 v3 3 3 Wait a minute. Are you suggesting that introducing `_wp_filter_font_directory()` in [57868] was also intended to allow plugins to bypass it by removing it from the `upload_dir` filter and prevent the `font_dir` filter from running? Looking at the patch again, and at the commit message, it seems that way!? 4 4 5 This was a refactoring of that part of the code, three days before the PW6.5 release date that:5 This was a refactoring of that part of the code, three days before the WP 6.5 release date that: 6 6 7 7 - Was not tested.