#53180 closed defect (bug) (fixed)
Regression: should_load_separate_core_block_assets() function not found without SCRIPT_DEBUG
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 5.8 | Priority: | high |
| Severity: | normal | Version: | 5.8 |
| Component: | Editor | Keywords: | has-patch commit |
| Focuses: | Cc: |
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
#2
@
5 years ago
- Keywords commit added
- Milestone changed from Awaiting Review to 5.8
- Owner changed from aristath to gziolo
Note: See
TracTickets for help on using
tickets.
Fixes regression - error 500 in load-styles.php when SCRIPT_DEBUG is not enabled.
Trac ticket: https://core.trac.wordpress.org/ticket/53180