Changeset 56382 for trunk/src/wp-includes/block-supports/border.php
- Timestamp:
- 08/10/2023 04:47:00 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-supports/border.php
r54211 r56382 23 23 } 24 24 25 if ( block_has_support( $block_type, array( '__experimentalBorder' )) && ! array_key_exists( 'style', $block_type->attributes ) ) {25 if ( block_has_support( $block_type, '__experimentalBorder' ) && ! array_key_exists( 'style', $block_type->attributes ) ) { 26 26 $block_type->attributes['style'] = array( 27 27 'type' => 'object',
Note: See TracChangeset
for help on using the changeset viewer.