Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/01/2015 10:20:50 PM (9 years ago)
Author:
johnjamesjacoby
Message:

XProfile: Remove unused parameter from BP_XProfile_ProfileData::get_data_for_user().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-xprofile/classes/class-bp-xprofile-profiledata.php

    r9486 r9674  
    211211        $data = array();
    212212
    213         $uncached_field_ids = bp_xprofile_get_non_cached_field_ids( $user_id, $field_ids, 'bp_xprofile_data' );
     213        $uncached_field_ids = bp_xprofile_get_non_cached_field_ids( $user_id, $field_ids );
    214214
    215215        // Prime the cache
Note: See TracChangeset for help on using the changeset viewer.