Changeset 43984
- Timestamp:
- 12/12/2018 03:14:47 AM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 43731
- Property svn:mergeinfo changed
-
trunk/src/wp-includes/kses.php
r43981 r43984 2120 2120 function _wp_add_global_attributes( $value ) { 2121 2121 $global_attributes = array( 2122 'class' => true, 2123 'id' => true, 2124 'style' => true, 2125 'title' => true, 2126 'role' => true, 2127 'data-*' => true, 2122 'aria-describedby' => true, 2123 'aria-details' => true, 2124 'aria-label' => true, 2125 'aria-labelledby' => true, 2126 'aria-hidden' => true, 2127 'class' => true, 2128 'id' => true, 2129 'style' => true, 2130 'title' => true, 2131 'role' => true, 2132 'data-*' => true, 2128 2133 ); 2129 2134
Note: See TracChangeset
for help on using the changeset viewer.