Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML API: Move into 6.2 Compat Folder since inclusion in Core #47749

Merged
merged 2 commits into from
Feb 7, 2023

Commits on Feb 3, 2023

  1. HTML API: Move into 6.2 Compat Folder since inclusion in Core

    Since the merge of the Tag Processor into Core in [55203][55203]
    it's no longer needed in Gutenberg in the experimental directory.
    In this patch we're moving a version of the Tag Processor which
    was updated during the Core merge into the `lib/compat` directory
    so that we can continue to provide it where necessary while
    avoiding conflicts that might otherwise arise by leaving it
    where it was.
    
    [55203]: https://core.trac.wordpress.org/changeset/55203
    dmsnell committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    9e8d9ba View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Trying to relax a PHP linting rule

    `WordPress.WP.I18n.MissingArgDomainDefault` should not trigger for code that polyfills features present in WordPress core.
    gziolo authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    6765520 View commit details
    Browse the repository at this point in the history