Skip to content

Commit

Permalink
CS - comment style
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed May 23, 2022
1 parent 69c1f03 commit f88de84
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions lib/blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 );

0 comments on commit f88de84

Please sign in to comment.