Changeset 3383 for trunk/bp-xprofile/bp-xprofile-templatetags.php
- Timestamp:
- 11/09/2010 05:01:26 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-xprofile/bp-xprofile-templatetags.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-templatetags.php
r3381 r3383 20 20 function bp_xprofile_data_template( $user_id, $profile_group_id, $hide_empty_groups = false, $fetch_fields = false, $fetch_field_data = false, $exclude_groups = false, $exclude_fields = false ) { 21 21 $this->groups = BP_XProfile_Group::get( array( 22 'profile_group_id' => $profile_group_id,23 'user_id' => $user_id,22 'profile_group_id' => $profile_group_id, 23 'user_id' => $user_id, 24 24 'hide_empty_groups' => $hide_empty_groups, 25 'fetch_fields' => $fetch_fields,26 'fetch_field_data' => $fetch_field_data,27 'exclude_groups' => $exclude_groups,28 'exclude_fields' => $exclude_fields25 'fetch_fields' => $fetch_fields, 26 'fetch_field_data' => $fetch_field_data, 27 'exclude_groups' => $exclude_groups, 28 'exclude_fields' => $exclude_fields 29 29 ) ); 30 30
Note: See TracChangeset
for help on using the changeset viewer.