Changeset 1977 for trunk/bp-xprofile.php
- Timestamp:
- 09/28/2009 07:42:55 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile.php
r1960 r1977 883 883 if ( !$user_id ) 884 884 $user_id = $bp->displayed_user->id; 885 886 if ( !$user_id ) 887 return false; 885 888 886 889 if ( is_numeric( $field ) ) … … 891 894 if ( !$field_id ) 892 895 return false; 893 896 894 897 return apply_filters( 'xprofile_get_field_data', BP_XProfile_ProfileData::get_value_byid( $field_id, $user_id ) ); 895 898 }
Note: See TracChangeset
for help on using the changeset viewer.