Skip to content

Commit

Permalink
HTML API: Backport updates from Core during the 6.4 release cycle
Browse files Browse the repository at this point in the history
 - Remove the `Gutenberg_HTML_Tag_Processor_6_3` class which no code was
   relying on. Code should use the `_6_4` class instead.
 - Stop calling `next_tag()` during `get_updated_html()` to avoid breaking
   subclass logic that reimplements that method.
 - Clarify compatability loading strategy in Gutenberg's compat layer.
 - Removes lingering unit tests that live in Core and do not need to
   be duplicated in Gutenberg.

Co-authored-by: Bernie Reiter <[email protected]>
  • Loading branch information
dmsnell and ockham committed Oct 30, 2023
1 parent 929a37d commit 0b395c8
Show file tree
Hide file tree
Showing 6 changed files with 1,483 additions and 2,473 deletions.
Loading

0 comments on commit 0b395c8

Please sign in to comment.