Skip to content

Commit f3f5453

Browse files
committed
Fix bad merge bug
1 parent 228e566 commit f3f5453

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

views/jsx.php

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,3 @@
3636
</div>
3737
<?php endif; ?>
3838
</<?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-
<?php if ( $has_container ) : ?>
50-
</div>
51-
<?php endif; ?>
52-
</<?php echo $tag; ?>>

0 commit comments

Comments
 (0)