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-activity/classes/class-bp-akismet.php

    r12586 r12694  
    563563        $ignore = array( 'HTTP_COOKIE', 'HTTP_COOKIE2', 'PHP_AUTH_PW' );
    564564
    565         // Loop through _SERVER args and remove whitelisted keys.
     565        // Loop through _SERVER args and remove specified keys.
    566566        foreach ( $_SERVER as $key => $value ) {
    567567
Note: See TracChangeset for help on using the changeset viewer.