Skip to content

Commit

Permalink
Merge pull request #340 from pluginkollektiv/issue-320
Browse files Browse the repository at this point in the history
Change BBcode check description
  • Loading branch information
Zodiac1978 authored Jun 26, 2020
2 parents c9b4628 + 933c0e5 commit 0c9446b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/gui.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ public static function options_page() { ?>
<li>
<input type="checkbox" name="ab_bbcode_check" id="ab_bbcode_check" value="1" <?php checked( $options['bbcode_check'], 1 ); ?> />
<label for="ab_bbcode_check">
<?php esc_html_e( 'BBCode is spam', 'antispam-bee' ); ?>
<?php esc_html_e( 'BBCode links are spam', 'antispam-bee' ); ?>
<span><?php esc_html_e( 'Review the comment contents for BBCode links', 'antispam-bee' ); ?></span>
</label>
</li>
Expand Down

0 comments on commit 0c9446b

Please sign in to comment.