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-templates/bp-nouveau/buddypress/groups/single/group-header.php

    r12789 r12791  
    2929        <?php
    3030            printf(
    31                 /* translators: %s: last activity timestamp (e.g. "active 1 hour ago") */
     31                /* translators: %s: last activity timestamp (e.g. "Active 1 hour ago") */
    3232                esc_html__( 'Active %s', 'buddypress' ),
    3333                sprintf(
Note: See TracChangeset for help on using the changeset viewer.