Skip to content

Commit

Permalink
Specify PHPCS flag that is being ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rgiosan authored Aug 6, 2024
1 parent de338c0 commit 533bb9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/10up-theme/includes/blocks/example-block/markup.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

?>
<div <?php echo get_block_wrapper_attributes(); // phpcs:ignore ?>>
<div <?php echo get_block_wrapper_attributes(); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>>
<h2 class="wp-block-tenup-example__title">
<?php echo wp_kses_post( $attributes['title'] ); ?>
</h2>
Expand Down

0 comments on commit 533bb9b

Please sign in to comment.