Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/29/2020 06:44:23 PM (4 years ago)
Author:
boonebgorges
Message:

Remove terms blacklist and whitelist in inline comments and local variables.

The change is in order to promote clearer and more inclusive language.

See #8339.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/bp-core-functions.php

    r12691 r12694  
    516516        }
    517517
    518         // 'register' and 'activate' do not have components, but should be whitelisted.
     518        // 'register' and 'activate' do not have components, but are allowed as special cases.
    519519        if ( in_array( $component_name, array( 'register', 'activate' ), true ) ) {
    520520            continue;
Note: See TracChangeset for help on using the changeset viewer.