Changeset 55937 for trunk/src/wp-includes/kses.php
- Timestamp:
- 06/18/2023 04:39:05 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/kses.php
r55822 r55937 2609 2609 * @since 5.0.0 Added support for `data-*` wildcard attributes. 2610 2610 * @since 6.0.0 Added `dir`, `lang`, and `xml:lang` to global attributes. 2611 * @since 6.3.0 Added `aria-controls`, `aria-current`, and `aria-expanded` attributes. 2611 2612 * 2612 2613 * @access private … … 2618 2619 function _wp_add_global_attributes( $value ) { 2619 2620 $global_attributes = array( 2621 'aria-controls' => true, 2622 'aria-current' => true, 2620 2623 'aria-describedby' => true, 2621 2624 'aria-details' => true, 2625 'aria-expanded' => true, 2622 2626 'aria-label' => true, 2623 2627 'aria-labelledby' => true,
Note: See TracChangeset
for help on using the changeset viewer.