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/groups-loop.php

    r12156 r12595  
    4848                            <?php
    4949                            printf(
    50                                 /* translators: %s = last activity timestamp (e.g. "active 1 hour ago") */
     50                                /* translators: %s: last activity timestamp (e.g. "active 1 hour ago") */
    5151                                __( 'active %s', 'buddypress' ),
    5252                                bp_get_group_last_active()
Note: See TracChangeset for help on using the changeset viewer.