Changeset 5301 for trunk/bp-xprofile/bp-xprofile-classes.php
- Timestamp:
- 11/08/2011 01:14:31 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-classes.php
r5293 r5301 113 113 $defaults = array( 114 114 'profile_group_id' => false, 115 'user_id' => $bp->displayed_user->id,115 'user_id' => bp_displayed_user_id(), 116 116 'hide_empty_groups' => false, 117 117 'hide_empty_fields' => false, … … 945 945 946 946 if ( !$user_ids ) 947 $user_ids = $bp->displayed_user->id;947 $user_ids = bp_displayed_user_id(); 948 948 949 949 if ( is_array( $user_ids ) ) { … … 964 964 965 965 if ( !$user_id ) 966 $user_id = $bp->displayed_user->id;966 $user_id = bp_displayed_user_id(); 967 967 968 968 $field_sql = ''; … … 1040 1040 1041 1041 if ( !$user_id ) 1042 $user_id = $bp->displayed_user->id;1042 $user_id = bp_displayed_user_id(); 1043 1043 1044 1044 $field_name = bp_xprofile_fullname_field_name();
Note: See TracChangeset
for help on using the changeset viewer.