Changeset 3303 for trunk/bp-core.php
- Timestamp:
- 10/25/2010 05:21:25 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-core.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core.php
r3300 r3303 1138 1138 if ( !$fullname = wp_cache_get( 'bp_user_fullname_' . $user_id, 'bp' ) ) { 1139 1139 if ( bp_is_active( 'xprofile' ) ) { 1140 $fullname = xprofile_get_field_data( 1, $user_id );1140 $fullname = xprofile_get_field_data( BP_XPROFILE_FULLNAME_FIELD_NAME, $user_id ); 1141 1141 1142 1142 if ( empty($fullname) ) {
Note: See TracChangeset
for help on using the changeset viewer.