Changeset 55230 for trunk/src/wp-includes/class-wp-block-supports.php
- Timestamp:
- 02/06/2023 03:22:38 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-block-supports.php
r54498 r55230 182 182 // This is hardcoded on purpose. 183 183 // We only support a fixed list of attributes. 184 $attributes_to_merge = array( 'style', 'class' );184 $attributes_to_merge = array( 'style', 'class', 'id' ); 185 185 $attributes = array(); 186 186 foreach ( $attributes_to_merge as $attribute_name ) {
Note: See TracChangeset
for help on using the changeset viewer.