Changes between Initial Version and Version 1 of Ticket #54401, comment 2
- Timestamp:
- 11/09/2021 09:57:20 AM (4 years ago)
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.1 Worth noting that only `define('CONCATENATE_SCRIPTS', false);` fixes the issue on my side. 2 2 3 3 Concerning 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.