Changeset 3379
- Timestamp:
- 11/07/2010 04:10:00 PM (15 years ago)
- File:
-
- 1 edited
-
branches/1.2/bp-core.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-core.php
r3366 r3379 1182 1182 if ( !$fullname = wp_cache_get( 'bp_user_fullname_' . $user_id, 'bp' ) ) { 1183 1183 if ( function_exists('xprofile_install') ) { 1184 $fullname = xprofile_get_field_data( BP_XPROFILE_FULLNAME_FIELD_NAME, $user_id );1184 $fullname = xprofile_get_field_data( 1, $user_id ); 1185 1185 1186 1186 if ( empty($fullname) ) {
Note: See TracChangeset
for help on using the changeset viewer.