Make WordPress Core

Changeset 46820


Ignore:
Timestamp:
12/06/2019 06:10:58 PM (5 years ago)
Author:
jorbin
Message:

Text Changes: Rename Comment Blacklist option to be more inclusive

This doesn't change the underlying option name as that would be a backcompat break, but it makes the UI a bit more inclusive.

Props dartiss, jeremyfelt, aaronjorbin.
Fixes #48900.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/options-discussion.php

    r45932 r46820  
    205205</tr>
    206206<tr>
    207 <th scope="row"><?php _e( 'Comment Blacklist' ); ?></th>
    208 <td><fieldset><legend class="screen-reader-text"><span><?php _e( 'Comment Blacklist' ); ?></span></legend>
     207<th scope="row"><?php _e( 'Comment Blocklist' ); ?></th>
     208<td><fieldset><legend class="screen-reader-text"><span><?php _e( 'Comment Blocklist' ); ?></span></legend>
    209209<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 &#8220;press&#8221; will match &#8220;WordPress&#8221;.' ); ?></label></p>
    210210<p>
Note: See TracChangeset for help on using the changeset viewer.