Changeset 43731 for branches/5.0/src/wp-includes/kses.php
- Timestamp:
- 10/15/2018 11:43:40 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-includes/kses.php
r43727 r43731 1837 1837 function _wp_add_global_attributes( $value ) { 1838 1838 $global_attributes = array( 1839 'aria-describedby' => true, 1840 'aria-details' => true, 1841 'aria-label' => true, 1842 'aria-labelledby' => true, 1843 'aria-hidden' => true, 1839 1844 'class' => true, 1840 1845 'id' => true,
Note: See TracChangeset
for help on using the changeset viewer.