Changeset 54633
- Timestamp:
- 10/18/2022 02:45:27 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-supports/layout.php
r54311 r54633 467 467 WP_Theme_JSON_Resolver::theme_has_support() || 468 468 1 === preg_match( $group_with_inner_container_regex, $block_content ) || 469 ( isset( $block['attrs']['layout']['type'] ) && ' default' !== $block['attrs']['layout']['type'] )469 ( isset( $block['attrs']['layout']['type'] ) && 'flex' === $block['attrs']['layout']['type'] ) 470 470 ) { 471 471 return $block_content;
Note: See TracChangeset
for help on using the changeset viewer.