diff options
author | 2017-03-07 21:01:02 -0500 | |
---|---|---|
committer | 2017-03-07 21:01:02 -0500 | |
commit | 1f38dbdf035b1f008eddfe052d3a17c66240ed8a (patch) | |
tree | b53d149ef783d234812168598954c2ee1a37ba9a /plugins/akismet/views/strict.php | |
parent | Jetpack upgrade 4.7 (diff) | |
download | blogs-gentoo-1f38dbdf035b1f008eddfe052d3a17c66240ed8a.tar.gz blogs-gentoo-1f38dbdf035b1f008eddfe052d3a17c66240ed8a.tar.bz2 blogs-gentoo-1f38dbdf035b1f008eddfe052d3a17c66240ed8a.zip |
Upgrade Akismet to 3.3
Diffstat (limited to 'plugins/akismet/views/strict.php')
-rw-r--r-- | plugins/akismet/views/strict.php | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/plugins/akismet/views/strict.php b/plugins/akismet/views/strict.php deleted file mode 100644 index 83d7a505..00000000 --- a/plugins/akismet/views/strict.php +++ /dev/null @@ -1,17 +0,0 @@ -<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> |