Ticket #7337: 7337.patch
File 7337.patch, 597 bytes (added by , 7 years ago) |
---|
-
src/bp-xprofile/bp-xprofile-filters.php
IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8
341 341 function xprofile_filter_link_profile_data( $field_value, $field_type = 'textbox' ) { 342 342 global $field; 343 343 344 if ( ! $field->get_do_autolink() ) {344 if ( ! xprofile_get_field( $field ) || ! $field->get_do_autolink() ) { 345 345 return $field_value; 346 346 } 347 347