Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/12/2021 03:14:40 PM (4 years ago)
Author:
imath
Message:

Improve /* translators:*/ comments consistency

Fixes #8575

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-messages/bp-messages-template.php

    r13148 r13185  
    765765
    766766        $fullname = bp_core_get_user_displayname( $messages_template->thread->last_sender_id );
    767         $alt      = sprintf( __( 'Profile picture of %s', 'buddypress' ), $fullname );
     767
     768        /* translators: %s: member name */
     769        $alt = sprintf( __( 'Profile picture of %s', 'buddypress' ), $fullname );
    768770
    769771        $r = bp_parse_args(
Note: See TracChangeset for help on using the changeset viewer.