Ticket #40382: 40382.patch
| File 40382.patch, 2.5 KB (added by , 9 years ago) |
|---|
-
wp-admin/options-discussion.php
152 152 <td><fieldset><legend class="screen-reader-text"><span><?php _e('Comment Moderation'); ?></span></legend> 153 153 <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> 154 154 155 <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 IPper line. It will match inside words, so “press” will match “WordPress”.'); ?></label></p>155 <p><label for="moderation_keys"><?php _e('When a comment contains any of these words in its content, name, URL, email, or IP address, it will be held in the <a href="edit-comments.php?comment_status=moderated">moderation queue</a>. One word or IP address per line. It will match inside words, so “press” will match “WordPress”.'); ?></label></p> 156 156 <p> 157 157 <textarea name="moderation_keys" rows="10" cols="50" id="moderation_keys" class="large-text code"><?php echo esc_textarea( get_option( 'moderation_keys' ) ); ?></textarea> 158 158 </p> … … 161 161 <tr> 162 162 <th scope="row"><?php _e('Comment Blacklist'); ?></th> 163 163 <td><fieldset><legend class="screen-reader-text"><span><?php _e('Comment Blacklist'); ?></span></legend> 164 <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 put in the trash. One word or IPper line. It will match inside words, so “press” will match “WordPress”.'); ?></label></p>164 <p><label for="blacklist_keys"><?php _e('When a comment contains any of these words in its content, name, URL, email, or IP address, it will be put in the trash. One word or IP address per line. It will match inside words, so “press” will match “WordPress”.'); ?></label></p> 165 165 <p> 166 166 <textarea name="blacklist_keys" rows="10" cols="50" id="blacklist_keys" class="large-text code"><?php echo esc_textarea( get_option( 'blacklist_keys' ) ); ?></textarea> 167 167 </p>