Ticket #48900: 48900.diff
File 48900.diff, 1008 bytes (added by , 5 years ago) |
---|
-
src/wp-admin/options-discussion.php
205 205 </tr> 206 206 <tr> 207 207 <th scope="row"><?php _e( 'Comment Blacklist' ); ?></th> 208 <td><fieldset><legend class="screen-reader-text"><span><?php _e( 'Comment Bl acklist' ); ?></span></legend>208 <td><fieldset><legend class="screen-reader-text"><span><?php _e( 'Comment Blocklist' ); ?></span></legend> 209 209 <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> 210 210 <p> 211 211 <textarea name="blacklist_keys" rows="10" cols="50" id="blacklist_keys" class="large-text code"><?php echo esc_textarea( get_option( 'blacklist_keys' ) ); ?></textarea>