HEX
Server: LiteSpeed
System: Linux php-prod-1.spaceapp.ru 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
User: xnsbb3110 (1041)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: //proc/thread-self/cwd/wp-content/new_update/plugins/akismet/views/strict.php
<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>