Changeset 59925 for trunk/src/wp-includes/class-wp-block-supports.php
- Timestamp:
- 03/04/2025 01:04:49 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-block-supports.php
r59093 r59925 182 182 // This is hardcoded on purpose. 183 183 // We only support a fixed list of attributes. 184 $attributes_to_merge = array( 'style', 'class', 'id' );184 $attributes_to_merge = array( 'style', 'class', 'id', 'aria-label' ); 185 185 $attributes = array(); 186 186 foreach ( $attributes_to_merge as $attribute_name ) {
Note: See TracChangeset
for help on using the changeset viewer.