Skip to:
Content

BuddyPress.org


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

BP Groups: add missing /* translators */ comments

See #8260

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-groups/classes/class-bp-groups-widget.php

    r12324 r12590  
    150150                                        bp_group_member_count();
    151151                                    } else {
     152                                        /* translators: %s: last activity timestamp (e.g. "active 1 hour ago") */
    152153                                        printf( __( 'active %s', 'buddypress' ), bp_get_group_last_active() );
    153154                                    }
Note: See TracChangeset for help on using the changeset viewer.