Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cahdeemer committed Jun 21, 2024
1 parent 27c3a05 commit eb563c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/assets.php
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,8 @@ function set_template_values(): void {
$link_color = get_post_meta( $template_id, 'nb_template_link_color', true );
printf(
'<style>:root {--template-font-family: %s; --template-bg-color: %s; --template-link-color: %s;}</style>',
$font,
$bg_color,
$link_color,
$font, // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
$bg_color, // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
$link_color, // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
);
}

0 comments on commit eb563c5

Please sign in to comment.