Changeset 6646
- Timestamp:
- 12/17/2012 05:55:23 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-filters.php
r6618 r6646 204 204 if ( $fullnames = BP_XProfile_ProfileData::get_value_byid( 1, $user_ids ) ) { 205 205 foreach( (array) $fullnames as $user ) { 206 $users[$user->user_id] = trim( $user->value);206 $users[$user->user_id] = trim( stripslashes( $user->value ) ); 207 207 } 208 208 }
Note: See TracChangeset
for help on using the changeset viewer.