Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/09/2010 05:01:26 PM (16 years ago)
Author:
boonebgorges
Message:

Fixing whitespace inconsistencies in previous commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-xprofile/bp-xprofile-templatetags.php

    r3381 r3383  
    2020        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 ) {
    2121                $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,
    2424                        '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_fields
     25                        'fetch_fields'      => $fetch_fields,
     26                        'fetch_field_data'  => $fetch_field_data,
     27                        'exclude_groups'    => $exclude_groups,
     28                        'exclude_fields'    => $exclude_fields
    2929                ) );
    3030
Note: See TracChangeset for help on using the changeset viewer.