Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/19/2020 12:33:58 PM (4 years ago)
Author:
imath
Message:

i18n: improve translator comments for the "Active %s" string

Make sure the same translator comment is used for every occurrences of this string.

Fixes #8398

File:
1 edited

Legend:

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

    r12757 r12791  
    304304                '<time datetime="%1$s">%2$s</time>',
    305305                esc_attr( bp_core_get_iso8601_date( $group->last_activity ) ),
    306                 /* translators: %s: a human time diff. */
     306                /* translators: %s: last activity timestamp (e.g. "Active 1 hour ago") */
    307307                sprintf( esc_html__( 'Active %s', 'buddypress' ), bp_get_group_last_active( $group ) )
    308308            );
Note: See TracChangeset for help on using the changeset viewer.