Make WordPress Core


Ignore:
Timestamp:
05/25/2021 01:42:20 AM (4 years ago)
Author:
jorbin
Message:

Formatting: Add 'main' tag to kses

main is a valid HTML element that is especially valuable for KSES to support in light of full site editing.

Related: https://github.com/WordPress/gutenberg/pull/28576 for the addition of main to the group block.

Fixes #53156.
Props glendaviesnz.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/kses.php

    r50923 r50987  
    252252            'align' => true,
    253253            'value' => true,
     254        ),
     255        'main'        => array(
     256            'align'    => true,
     257            'dir'      => true,
     258            'lang'     => true,
     259            'xml:lang' => true,
    254260        ),
    255261        'map'        => array(
Note: See TracChangeset for help on using the changeset viewer.