Changeset 60884
- Timestamp:
- 09/30/2025 11:06:01 PM (6 weeks ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/kses.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/kses.php
r60671 r60884 110 110 'br' => array(), 111 111 'button' => array( 112 'disabled' => true, 113 'name' => true, 114 'type' => true, 115 'value' => true, 112 'disabled' => true, 113 'name' => true, 114 'type' => true, 115 'value' => true, 116 'popovertarget' => true, 117 'popovertargetaction' => true, 118 'aria-haspopup' => true, 116 119 ), 117 120 'caption' => array( … … 146 149 ), 147 150 'div' => array( 148 'align' => true, 151 'align' => true, 152 'popover' => true, 153 ), 154 'dialog' => array( 155 'closedby' => true, 156 'open' => true, 157 'popover' => true, 149 158 ), 150 159 'dl' => array(), … … 363 372 'u' => array(), 364 373 'ul' => array( 365 'type' => true, 374 'type' => true, 375 'popover' => true, 376 'role' => true, 366 377 ), 367 378 'ol' => array(
Note: See TracChangeset
for help on using the changeset viewer.