Conversation
|
This pull request has changed or added PHP files. Please confirm whether these changes need to be synced to WordPress Core, and therefore featured in the next release of WordPress. If so, it is recommended to create a new Trac ticket and submit a pull request to the WordPress Core Github repository soon after this pull request is merged. If you're unsure, you can always ask for help in the #core-editor channel in WordPress Slack. Thank you! ❤️ View changed files❔ lib/compat/wordpress-6.4/html-api/class-gutenberg-html-tag-processor-6-4.php ❔ lib/compat/wordpress-6.4/html-api/class-wp-html-processor.php |
|
Flaky tests detected in cf3b27f. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/6475244719
|
- add `has_class()` and `class_list()` methods [#59209-trac](https://core.trac.wordpress.org/ticket/59209) - add `matches_breadcrumbs()` method [#59400-trac](https://core.trac.wordpress.org/ticket/59400) - rename `createFramgent()` to `create_fragment()` [#59547-trac](https://core.trac.wordpress.org/ticket/59547)
8f178ba to
cf3b27f
Compare
What?
Brings over already-merged and already-accepted updates to the HTML API from Core into Gutenberg's compatability layer.
has_class()andclass_list()methods #59209-tracmatches_breadcrumbs()method #59400-traccreateFramgent()tocreate_fragment()#59547-tracWhy?
Keeps the code in sync with each other and avoids mismatches between versions.
How?
"Blessed" backport.
Testing
Please ensure that the backport files are handled properly, and that the appropriate renaming has taken place.