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-xprofile/classes/class-bp-xprofile-field-type.php

    r12529 r12694  
    2727
    2828    /**
    29      * Whitelisted values for field type.
    30      *
    31      * @since 2.0.0
    32      * @var array Field type whitelisted values.
     29     * Allowed values for field type.
     30     *
     31     * @since 2.0.0
     32     * @var array Field type allowed values.
    3333     */
    3434    protected $validation_whitelist = array();
     
    5959
    6060    /**
    61      * If this is set, BP will set this field type's validation whitelist from the field's options (e.g checkbox, selectbox).
     61     * If this is set, BP will set this field type's list of allowed values from the field's options (e.g checkbox, selectbox).
    6262     *
    6363     * @since 2.0.0
Note: See TracChangeset for help on using the changeset viewer.