Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/28/2020 01:37:18 PM (5 years ago)
Author:
imath
Message:

BP Friends: add missing /* translators */ comments

See #8260

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-friends/classes/class-bp-friends-component.php

    r12087 r12589  
    297297                    'item_id' => bp_displayed_user_id(),
    298298                    '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                    ),
    300304                ) );
    301305                $bp->bp_options_title = bp_get_displayed_user_fullname();
Note: See TracChangeset for help on using the changeset viewer.