Changeset 3643 for trunk/bp-core.php
- Timestamp:
- 01/01/2011 09:36:22 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-core.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core.php
r3641 r3643 1174 1174 if ( !$fullname = wp_cache_get( 'bp_user_fullname_' . $user_id, 'bp' ) ) { 1175 1175 if ( bp_is_active( 'xprofile' ) ) { 1176 $fullname = xprofile_get_field_data( $bp->site_options['bp-xprofile-fullname-field-name'], $user_id );1176 $fullname = xprofile_get_field_data( stripslashes( $bp->site_options['bp-xprofile-fullname-field-name'] ), $user_id ); 1177 1177 1178 1178 if ( empty($fullname) ) {
Note: See TracChangeset
for help on using the changeset viewer.