Skip to:
Content

BuddyPress.org

Changeset 3379


Ignore:
Timestamp:
11/07/2010 04:10:00 PM (15 years ago)
Author:
djpaul
Message:

Revert r3302 for branch as it causes xprofile load order changes which are too big to put into 1.2.7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-core.php

    r3366 r3379  
    11821182    if ( !$fullname = wp_cache_get( 'bp_user_fullname_' . $user_id, 'bp' ) ) {
    11831183        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 );
    11851185
    11861186            if ( empty($fullname) ) {
Note: See TracChangeset for help on using the changeset viewer.