Changeset 12768 for trunk/src/bp-xprofile/bp-xprofile-filters.php
- Timestamp:
- 10/26/2020 02:11:53 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-filters.php
r12694 r12768 311 311 */ 312 312 function xprofile_filter_format_field_value_by_field_id( $field_value, $field_id ) { 313 $field = xprofile_get_field( $field_id );313 $field = xprofile_get_field( $field_id, null, false ); 314 314 return xprofile_filter_format_field_value_by_type( $field_value, $field->type, $field_id ); 315 315 }
Note: See TracChangeset
for help on using the changeset viewer.