We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 228e566 commit f3f5453Copy full SHA for f3f5453
views/jsx.php
@@ -36,17 +36,3 @@
36
</div>
37
<?php endif; ?>
38
</<?php echo $tag; ?>>
39
-
40
-$has_container = ! isset( $block['supports']['innerContainer'] ) || true === $block['supports']['innerContainer'];
41
-?>
42
-<<?php echo $tag; ?> <?php block_attrs( $block ); ?>>
43
- <?php if ( $has_container ) : ?>
44
- <div class="acf-block-inner__container">
45
- <?php endif; ?>
46
47
- <?php inner_blocks( $inner ); ?>
48
49
50
- </div>
51
52
-</<?php echo $tag; ?>>
0 commit comments