From f88de848c042715ee03f0f70b3d16ccf9711c54b Mon Sep 17 00:00:00 2001 From: Ari Stathopoulos Date: Fri, 20 May 2022 11:43:17 +0300 Subject: [PATCH] CS - comment style --- lib/blocks.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/blocks.php b/lib/blocks.php index 0cf8823a1759b1..4f41d8fce634c5 100644 --- a/lib/blocks.php +++ b/lib/blocks.php @@ -454,8 +454,6 @@ function wp_maybe_inline_block_style_parts( $metadata ) { return $metadata; } } -/* - * Add the filter. Using a priority of 1 ensures that this filter runs before others, - * so the "style" metadata can be properly formatted for subsequent filters. - */ +// Add the filter. Using a priority of 1 ensures that this filter runs before others, +// so the "style" metadata can be properly formatted for subsequent filters. add_filter( 'block_type_metadata', 'wp_maybe_inline_block_style_parts', 1, 2 );