]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/plugins/akismet/views/strict.php
WordPress 4.6.1
[autoinstalls/wordpress.git] / wp-content / plugins / akismet / views / strict.php
index 3cf197cd86924979f5a8e6d0bac80c44ba2c6096..83d7a505cd836adbb83155686b3e84e45b3b678f 100644 (file)
@@ -1,7 +1,17 @@
-<tr valign="top">
-       <th scope="row"><?php esc_html_e('Akismet anti-spam strictness', 'akismet'); ?></th>
-       <td><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></td>
-</tr>
\ No newline at end of file
+<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>