Changeset 572 for trunk/bp-xprofile/bp-xprofile-classes.php
- Timestamp:
- 11/24/2008 02:20:37 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/bp-xprofile/bp-xprofile-classes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-classes.php
r391 r572 1157 1157 $user_id = $bp['current_userid']; 1158 1158 1159 $data = bp_get_field_data( array( 'First Name', 'Last Name' ), $user_id );1160 1161 return ucfirst($data['First Name']) . ' ' . ucfirst($data['Last Name']);1159 $data = bp_get_field_data( BP_XPROFILE_FULLNAME_FIELD_NAME, $user_id ); 1160 1161 return $data[BP_XPROFILE_FULLNAME_FIELD_NAME]; 1162 1162 } 1163 1163 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)