- Timestamp:
- 07/29/2020 06:44:23 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-field-type.php
r12529 r12694 27 27 28 28 /** 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. 33 33 */ 34 34 protected $validation_whitelist = array(); … … 59 59 60 60 /** 61 * If this is set, BP will set this field type's validation whitelistfrom 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). 62 62 * 63 63 * @since 2.0.0
Note: See TracChangeset
for help on using the changeset viewer.