Changeset 12595 for trunk/src/bp-templates/bp-nouveau/buddypress/groups/single/cover-image-header.php
- Timestamp:
- 03/28/2020 01:49:36 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/buddypress/groups/single/cover-image-header.php
r12215 r12595 28 28 <p class="activity" data-livestamp="<?php bp_core_iso8601_date( bp_get_group_last_active( 0, array( 'relative' => false ) ) ); ?>"> 29 29 <?php 30 /* translators: %s =last activity timestamp (e.g. "active 1 hour ago") */30 /* translators: %s: last activity timestamp (e.g. "active 1 hour ago") */ 31 31 printf( __( 'active %s', 'buddypress' ), bp_get_group_last_active() ); 32 32 ?>
Note: See TracChangeset
for help on using the changeset viewer.