Changeset 7812 for trunk/bp-xprofile/bp-xprofile-filters.php
- Timestamp:
- 02/06/2014 07:38:35 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/bp-xprofile/bp-xprofile-filters.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-filters.php
r7810 r7812 252 252 } 253 253 254 $fullname_field_id = $wpdb->get_var( $wpdb->prepare( "SELECT id FROM {$bp->profile->table_name_fields} WHERE name = %s", bp_xprofile_fullname_field_name() ) ); 255 $user_id_names = BP_XProfile_ProfileData::get_value_byid( $fullname_field_id, $user_query->user_ids ); 254 $user_id_names = BP_XProfile_ProfileData::get_value_byid( bp_xprofile_fullname_field_id(), $user_query->user_ids ); 256 255 257 256 // Loop through names and override each user's fullname
Note: See TracChangeset
for help on using the changeset viewer.