Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/28/2020 01:33:21 PM (6 years ago)
Author:
imath
Message:

BP Blogs: add missing /* translators */ comments

See #8260

File:
1 edited

Legend:

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

    r12173 r12587  
    330330                                        'item_id' => bp_displayed_user_id(),
    331331                                        'type'    => 'thumb',
    332                                         'alt'     => sprintf( __( 'Profile picture of %s', 'buddypress' ), bp_get_displayed_user_fullname() )
     332                                        'alt'     => sprintf(
     333                                                /* translators: %s: member name */
     334                                                _( 'Profile picture of %s', 'buddypress' ),
     335                                                bp_get_displayed_user_fullname()
     336                                        ),
    333337                                ) );
    334338                                $bp->bp_options_title = bp_get_displayed_user_fullname();
Note: See TracChangeset for help on using the changeset viewer.