We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b64d09 commit 1789ecfCopy full SHA for 1789ecf
1 file changed
src/wp-includes/block-supports/elements.php
@@ -69,7 +69,7 @@ function wp_should_add_elements_class_name( $block, $options ) {
69
),
70
71
'heading' => array(
72
- 'skip' => isset( $options['link']['skip'] ) ? $options['heading']['skip'] : false,
+ 'skip' => isset( $options['heading']['skip'] ) ? $options['heading']['skip'] : false,
73
'paths' => array(
74
array( 'heading', 'color', 'text' ),
75
array( 'heading', 'color', 'background' ),
0 commit comments