- Timestamp:
- 03/28/2020 01:37:18 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-friends/classes/class-bp-friends-component.php
r12087 r12589 297 297 'item_id' => bp_displayed_user_id(), 298 298 'type' => 'thumb', 299 'alt' => sprintf( __( 'Profile picture of %s', 'buddypress' ), bp_get_displayed_user_fullname() ) 299 'alt' => sprintf( 300 /* translators: %s: member name */ 301 __( 'Profile picture of %s', 'buddypress' ), 302 bp_get_displayed_user_fullname() 303 ), 300 304 ) ); 301 305 $bp->bp_options_title = bp_get_displayed_user_fullname();
Note: See TracChangeset
for help on using the changeset viewer.