Changeset 57328 for trunk/src/wp-includes/block-supports/layout.php
- Timestamp:
- 01/23/2024 05:36:40 AM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/block-supports/layout.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-supports/layout.php
r57246 r57328 616 616 } 617 617 return $processor->get_updated_html(); 618 } elseif ( ! $block_supports_layout ) { 619 // Ensure layout classnames are not injected if there is no layout support. 620 return $block_content; 618 621 } 619 622
Note: See TracChangeset
for help on using the changeset viewer.