Skip to content

Commit f88de84

Browse files
committed
CS - comment style
1 parent 69c1f03 commit f88de84

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

lib/blocks.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -454,8 +454,6 @@ function wp_maybe_inline_block_style_parts( $metadata ) {
454454
return $metadata;
455455
}
456456
}
457-
/*
458-
* Add the filter. Using a priority of 1 ensures that this filter runs before others,
459-
* so the "style" metadata can be properly formatted for subsequent filters.
460-
*/
457+
// Add the filter. Using a priority of 1 ensures that this filter runs before others,
458+
// so the "style" metadata can be properly formatted for subsequent filters.
461459
add_filter( 'block_type_metadata', 'wp_maybe_inline_block_style_parts', 1, 2 );

0 commit comments

Comments
 (0)