Changeset 5477 for trunk/bp-activity/bp-activity-loader.php
- Timestamp:
- 12/10/2011 05:41:37 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/bp-activity/bp-activity-loader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-loader.php
r5474 r5477 308 308 $bp->bp_options_avatar = bp_core_fetch_avatar( array( 309 309 'item_id' => bp_displayed_user_id(), 310 'type' => 'thumb' 310 'type' => 'thumb', 311 'alt' => sprintf( __( 'Profile picture of %s', 'buddypress' ), bp_get_displayed_user_fullname() ) 311 312 ) ); 312 313 $bp->bp_options_title = $bp->displayed_user->fullname;
Note: See TracChangeset
for help on using the changeset viewer.