Changeset 12791 for trunk/src/bp-groups/bp-groups-blocks.php
- Timestamp:
- 11/19/2020 12:33:58 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-blocks.php
r12757 r12791 304 304 '<time datetime="%1$s">%2$s</time>', 305 305 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") */ 307 307 sprintf( esc_html__( 'Active %s', 'buddypress' ), bp_get_group_last_active( $group ) ) 308 308 );
Note: See TracChangeset
for help on using the changeset viewer.