Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
phpcs fix
  • Loading branch information
aristath committed Jan 11, 2022
commit bf22f4dddf96fbc36a6fabb4c5bcebfcad4750c2
1 change: 1 addition & 0 deletions lib/blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,7 @@ function wp_enqueue_block_style( $block_name, $args ) {
}
return $content;
};

/*
* The filter's callback here is an anonymous function because
* using a named function in this case is not possible.
Expand Down