- Timestamp:
- 03/16/2016 08:19:44 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-field.php
r10584 r10657 818 818 819 819 if ( '' === $do_autolink ) { 820 $this->do_autolink = $this-> is_default_field() || $this->type_obj->supports_options;820 $this->do_autolink = $this->type_obj->supports_options; 821 821 } else { 822 822 $this->do_autolink = 'on' === $do_autolink; … … 1457 1457 */ 1458 1458 private function autolink_metabox() { 1459 1460 // Default field cannot have custom visibility.1461 if ( true === $this->is_default_field() ) {1462 return;1463 }1464 1465 1459 ?> 1466 1460
Note: See TracChangeset
for help on using the changeset viewer.