Ticket #30421: 30421.2.diff
File 30421.2.diff, 514 bytes (added by , 6 years ago) |
---|
-
src/wp-includes/kses.php
diff --git src/wp-includes/kses.php src/wp-includes/kses.php index 0cf4ce14c4..d1928ca79e 100644
function safecss_filter_attr( $css, $deprecated = '' ) { 1815 1815 */ 1816 1816 function _wp_add_global_attributes( $value ) { 1817 1817 $global_attributes = array( 1818 'aria-describedby' => true, 1819 'aria-details' => true, 1820 'aria-label' => true, 1821 'aria-labelledby' => true, 1822 'aria-hidden' => true, 1818 1823 'class' => true, 1819 1824 'id' => true, 1820 1825 'style' => true,