Skip to:
Content

BuddyPress.org


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

BP Activity: add missing /* translators */ comments

See #8260

File:
1 edited

Legend:

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

    r12542 r12586  
    432432                                        'item_id' => bp_displayed_user_id(),
    433433                                        'type'    => 'thumb',
    434                                         'alt'     => sprintf( __( 'Profile picture of %s', 'buddypress' ), bp_get_displayed_user_fullname() )
     434                                        'alt'     => sprintf(
     435                                                /* translators: %s: member name */
     436                                                __( 'Profile picture of %s', 'buddypress' ),
     437                                                bp_get_displayed_user_fullname()
     438                                        ),
    435439                                ) );
    436440                                $bp->bp_options_title  = bp_get_displayed_user_fullname();
Note: See TracChangeset for help on using the changeset viewer.