#61120 closed enhancement (fixed)
Global Styles: Update util for scoping CSS selectors
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 6.6 | Priority: | normal |
Severity: | normal | Version: | 6.6 |
Component: | Editor | Keywords: | gutenberg-merge has-patch |
Focuses: | Cc: |
Description
This ticket tracks the backporting of PHP files for the following Gutenberg changes:
https://github.com/WordPress/gutenberg/pull/61026
Adds early return for existing scope_selector
method making it more robust and ready for extending block style variations. See: https://github.com/WordPress/gutenberg/pull/57908
Change History (6)
This ticket was mentioned in PR #6478 on WordPress/wordpress-develop by @aaronrobertshaw.
10 months ago
#1
- Keywords has-patch added
@aaronrobertshaw commented on PR #6478:
10 months ago
#2
Thanks for fixing up the docblock comment @audrasjb 🚀
#3
@
9 months ago
- Owner set to isabel_brison
- Resolution set to fixed
- Status changed from new to closed
In 58245:
@isabel_brison commented on PR #6478:
9 months ago
#4
Committed in r58245.
Note: See
TracTickets for help on using
tickets.
Syncs the changes from:
Adds early return for existing scope_selector method making it more robust and ready for extending block style variations. See: https://github.com/WordPress/gutenberg/pull/57908
Unit tests:
npm run test:php -- --filter Tests_Theme_wpThemeJson
Trac ticket: https://core.trac.wordpress.org/ticket/61120