Changeset 55086 for trunk/src/wp-includes/block-supports/layout.php
- Timestamp:
- 01/18/2023 11:38:16 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-supports/layout.php
r54633 r55086 465 465 466 466 if ( 467 WP_Theme_JSON_Resolver::theme_has_support() ||467 wp_theme_has_theme_json() || 468 468 1 === preg_match( $group_with_inner_container_regex, $block_content ) || 469 469 ( isset( $block['attrs']['layout']['type'] ) && 'flex' === $block['attrs']['layout']['type'] ) … … 528 528 529 529 if ( 530 WP_Theme_JSON_Resolver::theme_has_support() ||530 wp_theme_has_theme_json() || 531 531 0 === preg_match( $image_with_align, $block_content, $matches ) 532 532 ) {
Note: See TracChangeset
for help on using the changeset viewer.