Changeset 59093 for trunk/src/wp-includes/class-wp-block-supports.php
- Timestamp:
- 09/26/2024 12:45:41 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-block-supports.php
r58112 r59093 105 105 106 106 $block_attributes = array_key_exists( 'attrs', self::$block_to_render ) && is_array( self::$block_to_render['attrs'] ) 107 ? self::$block_to_render['attrs']107 ? $block_type->prepare_attributes_for_render( self::$block_to_render['attrs'] ) 108 108 : array(); 109 109
Note: See TracChangeset
for help on using the changeset viewer.