#57621 closed enhancement (fixed)
Add support for global styles per-block custom css
| Reported by: | aristath | Owned by: | flixos90 |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.2 |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | gutenberg-merge has-patch has-unit-tests |
| Cc: | Focuses: |
Description
This is a continuation of https://core.trac.wordpress.org/ticket/57536, backporting https://github.com/WordPress/gutenberg/pull/46571 from Gutenberg.
Change History (6)
This ticket was mentioned in PR #3977 on WordPress/wordpress-develop by @aristath.
4 years ago
#1
- Keywords has-patch has-unit-tests added
@Mamaduka commented on PR #3977:
4 years ago
#2
It looks like we missed the undefined method usage in #3896. This PR should fix that.
@flixos90 commented on PR #3977:
4 years ago
#4
Committed in https://core.trac.wordpress.org/changeset/55216
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Backports https://github.com/WordPress/gutenberg/pull/46571
This is a continuation of https://github.com/WordPress/wordpress-develop/pull/3896
That PR included a call to the `process_blocks_custom_css` method, but the method itself was not included.
This PR back ports that method, and its related tests.
Trac ticket: https://core.trac.wordpress.org/ticket/57621