Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/28/2020 01:49:36 PM (5 years ago)
Author:
imath
Message:

BP Templates: add missing /* translators */ comments

See #8260

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/buddypress/groups/single/group-header.php

    r12215 r12595  
    2828        echo esc_html(
    2929            sprintf(
    30                 /* translators: %s = last activity timestamp (e.g. "active 1 hour ago") */
     30                /* translators: %s: last activity timestamp (e.g. "active 1 hour ago") */
    3131                __( 'active %s', 'buddypress' ),
    3232                bp_get_group_last_active()
Note: See TracChangeset for help on using the changeset viewer.