Skip to content

Commit

Permalink
Fix quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
dlh01 committed Feb 28, 2024
1 parent b6ada93 commit 5250454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/class-block-audit-command.php
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ private function with_details( array $details, array $block ): array {
* @param array $block Block being audited.
* @return array Updated block type details.
*/
$details = apply_filters( "alley_block_audit_block_type_details", $details, $block_name, $attrs, $block['innerHTML'], $block );
$details = apply_filters( 'alley_block_audit_block_type_details', $details, $block_name, $attrs, $block['innerHTML'], $block );

/**
* Filters the details about a block.
Expand Down

0 comments on commit 5250454

Please sign in to comment.