Changeset 56828 for trunk/src/wp-includes/block-supports/elements.php
- Timestamp:
- 10/11/2023 03:14:01 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-supports/elements.php
r56807 r56828 37 37 38 38 $block_type = WP_Block_Type_Registry::get_instance()->get_registered( $block['blockName'] ); 39 if ( ! $block_type ) { 40 return $block_content; 41 } 39 42 40 43 $element_color_properties = array(
Note: See TracChangeset
for help on using the changeset viewer.