Skip to content

Commit a77225d

Browse files
grunt
1 parent 56ae76d commit a77225d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/Visualizer/Gutenberg/Block.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ public function gutenberg_block_callback( $atts ) {
155155
array(
156156
'id' => false,
157157
'lazy' => apply_filters( 'visualizer_lazy_by_default', false, $atts['id'] ),
158-
// we are deliberating excluding the class attribute from here
158+
// we are deliberating excluding the class attribute from here
159159
// as this will be handled by the custom class in Gutenberg
160160
),
161161
$atts

0 commit comments

Comments
 (0)