Skip to content

Reuse WP_HTML_Processor::is_void() now that WP 6.5 is minimum supported version #1082

Reuse WP_HTML_Processor::is_void() now that WP 6.5 is minimum supported version

Reuse WP_HTML_Processor::is_void() now that WP 6.5 is minimum supported version #1082

Workflow file for this run

name: Spell Check
on: [pull_request]
jobs:
spell-checker:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Search for misspellings
uses: crate-ci/typos@master
with:
config: ./.github/typos.toml