mirror of
https://github.com/KevinMidboe/rohnenedre.git
synced 2026-02-10 11:29:21 +00:00
Initial commit. State 04.2021.
This commit is contained in:
17
wp-content/plugins/akismet/views/strict.php
Normal file
17
wp-content/plugins/akismet/views/strict.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<fieldset>
|
||||
<legend class="screen-reader-text">
|
||||
<span><?php esc_html_e( 'Akismet anti-spam strictness', 'akismet' ); ?></span>
|
||||
</legend>
|
||||
<p>
|
||||
<label for="akismet_strictness_1">
|
||||
<input type="radio" name="akismet_strictness" id="akismet_strictness_1" value="1" <?php checked( '1', get_option( 'akismet_strictness' ) ); ?> />
|
||||
<?php esc_html_e( 'Strict: silently discard the worst and most pervasive spam.', 'akismet' ); ?>
|
||||
</label>
|
||||
</p>
|
||||
<p>
|
||||
<label for="akismet_strictness_0">
|
||||
<input type="radio" name="akismet_strictness" id="akismet_strictness_0" value="0" <?php checked( '0', get_option( 'akismet_strictness' ) ); ?> />
|
||||
<?php esc_html_e( 'Safe: always put spam in the Spam folder for review.', 'akismet' ); ?>
|
||||
</label>
|
||||
</p>
|
||||
</fieldset>
|
||||
Reference in New Issue
Block a user