Changeset 55230
- Timestamp:
- 02/06/2023 03:22:38 PM (20 months ago)
- Location:
- trunk/src
- Files:
-
- 1 added
- 2 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 ) { -
trunk/src/wp-settings.php
r55203 r55230 328 328 require ABSPATH . WPINC . '/block-supports/utils.php'; 329 329 require ABSPATH . WPINC . '/block-supports/align.php'; 330 require ABSPATH . WPINC . '/block-supports/anchor.php'; 330 331 require ABSPATH . WPINC . '/block-supports/border.php'; 331 332 require ABSPATH . WPINC . '/block-supports/colors.php';
Note: See TracChangeset
for help on using the changeset viewer.