Changeset 12878
- Timestamp:
- 04/06/2021 08:01:02 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-field-type-url.php
r11645 r12878 17 17 */ 18 18 class BP_XProfile_Field_Type_URL extends BP_XProfile_Field_Type { 19 20 /** 21 * Supported features for the URL field type. 22 * 23 * @since 8.0.0 24 * @var bool[] The URL field type supported features. 25 */ 26 public static $supported_features = array( 27 'do_autolink' => false, 28 ); 19 29 20 30 /**
Note: See TracChangeset
for help on using the changeset viewer.