Changeset 53034
- Timestamp:
- 03/31/2022 03:52:31 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/kses.php
r52969 r53034 821 821 * Filters the HTML tags that are allowed for a given context. 822 822 * 823 * HTML tags and attribute names are case-insensitive in HTML but must be 824 * added to the KSES allow list in lowercase. An item added to the allow list 825 * in upper or mixed case will not recognized as permitted by KSES. 826 * 823 827 * @since 3.5.0 824 828 *
Note: See TracChangeset
for help on using the changeset viewer.