Skip to content

Commit

Permalink
Update timber-acf-wp-blocks.php
Browse files Browse the repository at this point in the history
  • Loading branch information
palmiak authored Jun 25, 2020
1 parent a7af9cc commit 8042c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timber-acf-wp-blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ function timber_blocks_callback( $block, $content = '', $is_preview = false, $po
array( $slug ),
isset( $block['className'] ) ? array( $block['className'] ) : array(),
$is_preview ? array( 'is-preview' ) : array(),
array( 'align' . $context['block']['align'] ),
array( 'align' . $context['block']['align'] )
);

$context['classes'] = implode( ' ', $classes );
Expand Down

0 comments on commit 8042c4b

Please sign in to comment.