Skip to content

Commit

Permalink
fix: remove additional comma causing fatal error
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidsector9 committed Jun 28, 2023
1 parent 3e2bd8f commit c558feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/ConvertToBlocks/Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ public function filter_notice() {
<p>
<?php
printf(
esc_html__( 'A filter hook (post_type_supports_convert_to_blocks) is already active.', 'convert-to-blocks' ),
esc_html__( 'A filter hook (post_type_supports_convert_to_blocks) is already active.', 'convert-to-blocks' )
);
?>
</p>
Expand Down

0 comments on commit c558feb

Please sign in to comment.