Ticket #26156: options-discussion.email.diff
File options-discussion.email.diff, 4.5 KB (added by , 11 years ago) |
---|
-
wp-admin/options-discussion.php
59 59 <tr valign="top"> 60 60 <th scope="row"><?php _e('Other comment settings'); ?></th> 61 61 <td><fieldset><legend class="screen-reader-text"><span><?php _e('Other comment settings'); ?></span></legend> 62 <label for="require_name_email"><input type="checkbox" name="require_name_email" id="require_name_email" value="1" <?php checked('1', get_option('require_name_email')); ?> /> <?php _e('Comment author must fill out name and e -mail'); ?></label>62 <label for="require_name_email"><input type="checkbox" name="require_name_email" id="require_name_email" value="1" <?php checked('1', get_option('require_name_email')); ?> /> <?php _e('Comment author must fill out name and email'); ?></label> 63 63 <br /> 64 64 <label for="comment_registration"> 65 65 <input name="comment_registration" type="checkbox" id="comment_registration" value="1" <?php checked('1', get_option('comment_registration')); ?> /> … … 125 125 </fieldset></td> 126 126 </tr> 127 127 <tr valign="top"> 128 <th scope="row"><?php _e('E -mail me whenever'); ?></th>129 <td><fieldset><legend class="screen-reader-text"><span><?php _e('E -mail me whenever'); ?></span></legend>128 <th scope="row"><?php _e('Email me whenever'); ?></th> 129 <td><fieldset><legend class="screen-reader-text"><span><?php _e('Email me whenever'); ?></span></legend> 130 130 <label for="comments_notify"> 131 131 <input name="comments_notify" type="checkbox" id="comments_notify" value="1" <?php checked('1', get_option('comments_notify')); ?> /> 132 132 <?php _e('Anyone posts a comment'); ?> </label> … … 151 151 <td><fieldset><legend class="screen-reader-text"><span><?php _e('Comment Moderation'); ?></span></legend> 152 152 <p><label for="comment_max_links"><?php printf(__('Hold a comment in the queue if it contains %s or more links. (A common characteristic of comment spam is a large number of hyperlinks.)'), '<input name="comment_max_links" type="number" step="1" min="0" id="comment_max_links" value="' . esc_attr(get_option('comment_max_links')) . '" class="small-text" />' ); ?></label></p> 153 153 154 <p><label for="moderation_keys"><?php _e('When a comment contains any of these words in its content, name, URL, e -mail, or IP, it will be held in the <a href="edit-comments.php?comment_status=moderated">moderation queue</a>. One word or IP per line. It will match inside words, so “press” will match “WordPress”.'); ?></label></p>154 <p><label for="moderation_keys"><?php _e('When a comment contains any of these words in its content, name, URL, email, or IP, it will be held in the <a href="edit-comments.php?comment_status=moderated">moderation queue</a>. One word or IP per line. It will match inside words, so “press” will match “WordPress”.'); ?></label></p> 155 155 <p> 156 156 <textarea name="moderation_keys" rows="10" cols="50" id="moderation_keys" class="large-text code"><?php echo esc_textarea( get_option( 'moderation_keys' ) ); ?></textarea> 157 157 </p> … … 160 160 <tr valign="top"> 161 161 <th scope="row"><?php _e('Comment Blacklist'); ?></th> 162 162 <td><fieldset><legend class="screen-reader-text"><span><?php _e('Comment Blacklist'); ?></span></legend> 163 <p><label for="blacklist_keys"><?php _e('When a comment contains any of these words in its content, name, URL, e -mail, or IP, it will be marked as spam. One word or IP per line. It will match inside words, so “press” will match “WordPress”.'); ?></label></p>163 <p><label for="blacklist_keys"><?php _e('When a comment contains any of these words in its content, name, URL, email, or IP, it will be marked as spam. One word or IP per line. It will match inside words, so “press” will match “WordPress”.'); ?></label></p> 164 164 <p> 165 165 <textarea name="blacklist_keys" rows="10" cols="50" id="blacklist_keys" class="large-text code"><?php echo esc_textarea( get_option( 'blacklist_keys' ) ); ?></textarea> 166 166 </p> … … 212 212 <th scope="row"><?php _e('Default Avatar'); ?></th> 213 213 <td class="defaultavatarpicker"><fieldset><legend class="screen-reader-text"><span><?php _e('Default Avatar'); ?></span></legend> 214 214 215 <?php _e('For users without a custom avatar of their own, you can either display a generic logo or a generated one based on their e -mail address.'); ?><br />215 <?php _e('For users without a custom avatar of their own, you can either display a generic logo or a generated one based on their email address.'); ?><br /> 216 216 217 217 <?php 218 218 $avatar_defaults = array(