Changeset 55439
- Timestamp:
- 03/01/2023 11:45:22 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-supports/layout.php
r55282 r55439 493 493 $inner_content_classnames = ''; 494 494 495 if ( isset( $block['innerContent'][0] ) && 'string' === gettype( $block['innerContent'][0] ) ) {495 if ( isset( $block['innerContent'][0] ) && 'string' === gettype( $block['innerContent'][0] ) && count( $block['innerContent'] ) > 1 ) { 496 496 $tags = new WP_HTML_Tag_Processor( $block['innerContent'][0] ); 497 497 $last_classnames = '';
Note: See TracChangeset
for help on using the changeset viewer.