~canonical-sysadmins/wordpress/4.5.2

« back to all changes in this revision

Viewing changes to wp-content/plugins/akismet/views/strict.php

  • Committer: Manuel Seelaus
  • Date: 2015-12-09 17:47:18 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: manuel.seelaus@canonical.com-20151209174718-coxethm2swbeqksy
Merge WP4.4 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<tr valign="top">
2
 
        <th scope="row"><?php esc_html_e('Akismet anti-spam strictness', 'akismet'); ?></th>
3
 
        <td><fieldset><legend class="screen-reader-text"><span><?php esc_html_e('Akismet anti-spam strictness', 'akismet'); ?></span></legend>
4
 
        <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>
5
 
        <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>
6
 
        </fieldset></td>
7
 
</tr>
 
 
b'\\ No newline at end of file'
 
1
<fieldset>
 
2
        <legend class="screen-reader-text">
 
3
                <span><?php esc_html_e( 'Akismet anti-spam strictness', 'akismet' ); ?></span>
 
4
        </legend>
 
5
        <p>
 
6
                <label for="akismet_strictness_1">
 
7
                        <input type="radio" name="akismet_strictness" id="akismet_strictness_1" value="1" <?php checked( '1', get_option( 'akismet_strictness' ) ); ?> />
 
8
                        <?php esc_html_e( 'Strict: silently discard the worst and most pervasive spam.', 'akismet' ); ?>
 
9
                </label>
 
10
        </p>
 
11
        <p>
 
12
                <label for="akismet_strictness_0">
 
13
                        <input type="radio" name="akismet_strictness" id="akismet_strictness_0" value="0" <?php checked( '0', get_option( 'akismet_strictness' ) ); ?> />
 
14
                        <?php esc_html_e( 'Safe: always put spam in the Spam folder for review.', 'akismet' ); ?>
 
15
                </label>
 
16
        </p>
 
17
</fieldset>