Skip to content

Commit

Permalink
Fix some translations Code Sniff
Browse files Browse the repository at this point in the history
  • Loading branch information
bordoni committed Oct 11, 2024
1 parent 55d63fb commit a4b1b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/admin-views/conditional_content/black-friday.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
<img
style="display: block; width: 100%; height: auto;" <?php // This is intentionally inline, don't add classes here. ?>
src="<?php echo esc_url( $image_src ); ?>"
alt="<?php echo printf( esc_attr( $a11y_text ), esc_attr( $year ) ); ?>"
alt="<?php printf( esc_attr( $a11y_text ), esc_attr( $year ) ); ?>"
/>
</a>

0 comments on commit a4b1b4d

Please sign in to comment.