Ticket #8268: 8268.patch
File 8268.patch, 581 bytes (added by , 5 years ago) |
---|
-
src/bp-blogs/classes/class-bp-blogs-component.php
diff --git src/bp-blogs/classes/class-bp-blogs-component.php src/bp-blogs/classes/class-bp-blogs-component.php index a4122a30c..787ce402e 100644
class BP_Blogs_Component extends BP_Component { 331 331 'type' => 'thumb', 332 332 'alt' => sprintf( 333 333 /* translators: %s: member name */ 334 _ ( 'Profile picture of %s', 'buddypress' ),334 __( 'Profile picture of %s', 'buddypress' ), 335 335 bp_get_displayed_user_fullname() 336 336 ), 337 337 ) );