#53358 closed defect (bug) (fixed)
Allow themes to add inline styles for all blocks when using lazy styles loading
Reported by: | aristath | Owned by: | youknowriad |
---|---|---|---|
Milestone: | 5.8 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Script Loader | Keywords: | has-patch |
Focuses: | Cc: |
Description (last modified by )
Backport https://github.com/WordPress/gutenberg/pull/32275 for WordPress 5.8.
Details in the GitHub issue, PR included.
Change History (6)
This ticket was mentioned in PR #1347 on WordPress/wordpress-develop by aristath.
4 years ago
#1
- Keywords has-patch added
#3
@
4 years ago
- Owner set to youknowriad
- Resolution set to fixed
- Status changed from new to closed
In 51102:
This ticket was mentioned in Slack in #core-test by walbo. View the logs.
3 years ago
#5
@
3 years ago
- Component changed from General to Script Loader
- Milestone changed from Awaiting Review to 5.8
johnbillion commented on PR #1347:
3 years ago
#6
Note: See
TracTickets for help on using
tickets.
Trac ticket: https://core.trac.wordpress.org/ticket/53358
Adds
style
andeditor_style
to core blocks if missing. This allows themes to append styles to core blocks.