Skip to:
Content

BuddyPress.org

Ticket #8268: 8268.patch

File 8268.patch, 581 bytes (added by imath, 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 { 
    331331                                        'type'    => 'thumb',
    332332                                        'alt'     => sprintf(
    333333                                                /* translators: %s: member name */
    334                                                 _( 'Profile picture of %s', 'buddypress' ),
     334                                                __( 'Profile picture of %s', 'buddypress' ),
    335335                                                bp_get_displayed_user_fullname()
    336336                                        ),
    337337                                ) );