Changeset 5504
- Timestamp:
- 12/11/2011 04:34:39 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-loader.php
r5301 r5504 222 222 $bp->bp_options_avatar = bp_core_fetch_avatar( array( 223 223 'item_id' => bp_displayed_user_id(), 224 'type' => 'thumb' 224 'type' => 'thumb', 225 'alt' => sprintf( __( 'Profile picture of %s', 'buddypress' ), bp_get_displayed_user_fullname() ) 225 226 ) ); 226 227 $bp->bp_options_title = $bp->displayed_user->fullname;
Note: See TracChangeset
for help on using the changeset viewer.