#2686 closed defect (bug) (fixed)
Use of BP_XPROFILE_FULLNAME_FIELD_NAME
| Reported by: | calvin_42 | Owned by: | DJPaul |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.2.7 |
| Component: | Core | Version: | |
| Severity: | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [3302]) Fixes #2686, props calvin_42 (branch)