#53180 closed defect (bug) (fixed)
Regression: should_load_separate_core_block_assets() function not found without SCRIPT_DEBUG
| Reported by: | aristath | Owned by: | gziolo |
|---|---|---|---|
| Priority: | high | Milestone: | 5.8 |
| Component: | Editor | Version: | 5.8 |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: |
Description
Caused by https://core.trac.wordpress.org/changeset/50836
load-styles.php doesn't load the should_load_separate_core_block_assets function and that causes an error 500 - which in turn makes the dashboard appear unstyled.
Originally this was missed because this doesn't happen when SCRIPT_DEBUG is enabled.
Change History (6)
This ticket was mentioned in PR #1247 on WordPress/wordpress-develop by aristath.
5 years ago
#1
- Keywords has-patch added
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Fixes regression - error 500 in load-styles.php when SCRIPT_DEBUG is not enabled.
Trac ticket: https://core.trac.wordpress.org/ticket/53180