Skip to content
This repository was archived by the owner on Dec 18, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion blocks/table/templates/cell-content.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ function ( $modifier_class ) {
<InnerBlocks
allowedBlocks="<?php echo esc_attr( wp_json_encode( $allowed_inner_blocks ) ); ?>"
template="<?php echo esc_attr( wp_json_encode( $inner_block_template ) ); ?>"
templateLock="false"
class="table__table-cell-content-inner"
/>
</div>
Expand Down
1 change: 0 additions & 1 deletion blocks/table/templates/cell.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
<InnerBlocks
allowedBlocks="<?php echo esc_attr( wp_json_encode( array() ) ); ?>"
template="<?php echo esc_attr( wp_json_encode( $inner_block_template ) ); ?>"
templateLock="all"
class="table__table-cell"
/>
<?php else : ?>
Expand Down