Changeset 41704 for trunk/src/wp-admin/options-discussion.php
- Timestamp:
- 10/03/2017 01:08:48 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/options-discussion.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-discussion.php
r40779 r41704 158 158 <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> 159 159 160 <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>160 <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> 161 161 <p> 162 162 <textarea name="moderation_keys" rows="10" cols="50" id="moderation_keys" class="large-text code"><?php echo esc_textarea( get_option( 'moderation_keys' ) ); ?></textarea> … … 167 167 <th scope="row"><?php _e('Comment Blacklist'); ?></th> 168 168 <td><fieldset><legend class="screen-reader-text"><span><?php _e('Comment Blacklist'); ?></span></legend> 169 <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>169 <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> 170 170 <p> 171 171 <textarea name="blacklist_keys" rows="10" cols="50" id="blacklist_keys" class="large-text code"><?php echo esc_textarea( get_option( 'blacklist_keys' ) ); ?></textarea>
Note: See TracChangeset
for help on using the changeset viewer.