Skip to content

Commit

Permalink
Remove double spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-mendonca committed Nov 23, 2023
1 parent 91ef82f commit d0fe144
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/gui.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ public static function options_page() { ?>
<?php
printf(
/* translators: 1: opening <a> tag with link to ISO codes reference. 2: closing </a> tag. */
esc_html__( 'Denied %1$sISO country codes%2$s for this option.', 'antispam-bee' ),
esc_html__( 'Denied %1$sISO country codes%2$s for this option.', 'antispam-bee' ),
wp_kses_post( $iso_codes_link ),
'</a>'
);
Expand All @@ -310,7 +310,7 @@ public static function options_page() { ?>
<?php
printf(
/* translators: 1: opening <a> tag with link to ISO codes reference. 2: closing </a> tag. */
esc_html__( 'Allowed %1$sISO country codes%2$s for this option.', 'antispam-bee' ),
esc_html__( 'Allowed %1$sISO country codes%2$s for this option.', 'antispam-bee' ),
wp_kses_post( $iso_codes_link ),
'</a>'
);
Expand Down

0 comments on commit d0fe144

Please sign in to comment.