We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d68e980 commit 810d5acCopy full SHA for 810d5ac
1 file changed
src/wp-includes/class-wp-block-supports.php
@@ -202,7 +202,7 @@ function get_block_wrapper_attributes( $extra_attributes = array() ) {
202
'id' => static function ( $new_attribute, $extra_attribute ) {
203
return '' !== $extra_attribute ? $extra_attribute : $new_attribute;
204
},
205
- 'aria-label' => function ( $new_attribute, $extra_attribute ) {
+ 'aria-label' => static function ( $new_attribute, $extra_attribute ) {
206
207
208
);
0 commit comments