Changeset 48575 for trunk/src/wp-admin/options-discussion.php
- Timestamp:
- 07/23/2020 03:12:49 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-discussion.php
r48121 r48575 205 205 </tr> 206 206 <tr> 207 <th scope="row"><?php _e( ' Comment Blocklist' ); ?></th>208 <td><fieldset><legend class="screen-reader-text"><span><?php _e( ' Comment Blocklist' ); ?></span></legend>209 <p><label for=" blocklist_keys"><?php _e( 'When a comment contains any of these words in its content, author name, URL, email, IP address, or browser’s user agent string, 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>207 <th scope="row"><?php _e( 'Disallowed Comment Keys' ); ?></th> 208 <td><fieldset><legend class="screen-reader-text"><span><?php _e( 'Disallowed Comment Keys' ); ?></span></legend> 209 <p><label for="disallowed_keys"><?php _e( 'When a comment contains any of these words in its content, author name, URL, email, IP address, or browser’s user agent string, 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 <textarea name=" blocklist_keys" rows="10" cols="50" id="blocklist_keys" class="large-text code"><?php echo esc_textarea( get_option( 'blocklist_keys' ) ); ?></textarea>211 <textarea name="disallowed_keys" rows="10" cols="50" id="disallowed_keys" class="large-text code"><?php echo esc_textarea( get_option( 'disallowed_keys' ) ); ?></textarea> 212 212 </p> 213 213 </fieldset></td>
Note: See TracChangeset
for help on using the changeset viewer.