Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #60835, comment 53


Ignore:
Timestamp:
06/12/2024 11:18:30 PM (20 months ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60835, comment 53

    v2 v3  
    33Wait 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!?
    44
    5 This was a refactoring of that part of the code, three days before the PW 6.5 release date that:
     5This was a refactoring of that part of the code, three days before the WP 6.5 release date that:
    66
    77- Was not tested.