Skip to content

Commit

Permalink
Change link to ISO.org (#463)
Browse files Browse the repository at this point in the history
* Change link to ISO.org

issue #462

* Fix iso link

* Remove i18n function from link

---------

Co-authored-by: Torsten Landsiedel <[email protected]>
Co-authored-by: Stefan Kalscheuer <[email protected]>
  • Loading branch information
3 people committed Apr 13, 2023
1 parent 981b577 commit e3772aa
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions inc/gui.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -285,10 +285,7 @@ public static function options_page() { ?>
<?php
$iso_codes_link = sprintf(
'<a href="%s" target="_blank" rel="noopener noreferrer">',
esc_url(
__( 'https://www.iso.org/iso/country_names_and_code_elements', 'antispam-bee' ),
'https'
)
'https://www.iso.org/obp/ui/#search/code/'
);
?>
<li>
Expand Down

0 comments on commit e3772aa

Please sign in to comment.