Skip to content

Commit 1789ecf

Browse files
Fix typo
1 parent 7b64d09 commit 1789ecf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-includes/block-supports/elements.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function wp_should_add_elements_class_name( $block, $options ) {
6969
),
7070
),
7171
'heading' => array(
72-
'skip' => isset( $options['link']['skip'] ) ? $options['heading']['skip'] : false,
72+
'skip' => isset( $options['heading']['skip'] ) ? $options['heading']['skip'] : false,
7373
'paths' => array(
7474
array( 'heading', 'color', 'text' ),
7575
array( 'heading', 'color', 'background' ),

0 commit comments

Comments
 (0)