Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #54401, comment 2


Ignore:
Timestamp:
11/09/2021 09:57:20 AM (4 years ago)
Author:
audrasjb
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54401, comment 2

    initial v1  
    1 Worth noting that only define('CONCATENATE_SCRIPTS', false); fixes the issue on my side.
     1Worth noting that only `define('CONCATENATE_SCRIPTS', false);` fixes the issue on my side.
    22
    33Concerning the issue, we could either relocate `get_theme_file_path` and related functions into `theme.php`, or include `link-template.php` in `load-styles.php`. I'm testing both hypothesis right now.