#2686 closed defect (bug) (fixed)
Use of BP_XPROFILE_FULLNAME_FIELD_NAME
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 1.2.7 | Priority: | minor |
| Severity: | Version: | ||
| Component: | Core | Keywords: | |
| Cc: |
Description
Minor fix to do in bp-core.php:1184 (function bp_core_get_user_displayname)
- $fullname = xprofile_get_field_data( 1, $user_id );
+ $fullname = xprofile_get_field_data( BP_XPROFILE_FULLNAME_FIELD_NAME, $user_id );
Change History (4)
Note: See
TracTickets for help on using
tickets.
(In [3302]) Fixes #2686, props calvin_42 (branch)