Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/11/2020 02:07:21 PM (4 years ago)
Author:
imath
Message:

i18n: improve translators comments

  • Add a missing translators comment into the src/bp-blogs/bp-blogs-template.php.
  • Make sure translators comments are the same when the string to translate is.

Antiprops imath

See #8365
See #8369

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-groups/bp-groups-blocks.php

    r12749 r12750  
    116116            esc_url( $group_link ),
    117117            esc_url( $avatar ),
    118             // Translators: %s is the group's name.
     118            /* Translators: %s is the group's name. */
    119119            sprintf( esc_html__( 'Group Profile photo of %s', 'buddypress' ), $group_name )
    120120        );
     
    269269                </div>',
    270270                esc_url( $group_link ),
    271                 /* translators: %s: the group's name */
    272                 sprintf( esc_attr__( 'Profile photo of %s', 'buddypress' ), $group->display_name ),
     271                /* Translators: %s is the group's name. */
     272                sprintf( esc_attr__( 'Group Profile photo of %s', 'buddypress' ), $group->display_name ),
    273273                esc_url(
    274274                    bp_core_fetch_avatar(
Note: See TracChangeset for help on using the changeset viewer.