Skip to content

Commit

Permalink
Merge pull request #235 from 10up/s3rgiosan-patch-1
Browse files Browse the repository at this point in the history
Specify PHPCS flag that is being ignored
  • Loading branch information
darylldoyle authored Aug 7, 2024
2 parents de338c0 + 533bb9b commit 88d4eca
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 88d4eca

Please sign in to comment.