Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/11/2020 02:07:21 PM (5 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-members/bp-members-blocks.php

    r12748 r12750  
    265265                </div>',
    266266                esc_url( $member_link ),
    267                 /* translators: %s: the member display name */
     267                /* translators: %s: member name */
    268268                sprintf( esc_attr__( 'Profile photo of %s', 'buddypress' ), $member->display_name ),
    269269                esc_url(
     
    333333                    '<time datetime="%1$s">%2$s</time>',
    334334                    esc_attr( bp_core_get_iso8601_date( $member->last_activity ) ),
    335                     /* translators: %s: a human time diff */
     335                    /* translators: %s: a human time diff. */
    336336                    sprintf( esc_html__( 'Active %s', 'buddypress' ), bp_core_time_since( $member->last_activity ) )
    337337                );
Note: See TracChangeset for help on using the changeset viewer.