Changeset 12791 for trunk/src/bp-templates/bp-legacy/buddypress/groups/single/cover-image-header.php
- Timestamp:
- 11/19/2020 12:33:58 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/groups/single/cover-image-header.php
r12082 r12791 61 61 62 62 <span class="highlight"><?php bp_group_type(); ?></span> 63 <span class="activity" data-livestamp="<?php bp_core_iso8601_date( bp_get_group_last_active( 0, array( 'relative' => false ) ) ); ?>"><?php printf( __( 'active %s', 'buddypress' ), bp_get_group_last_active() ); ?></span> 63 <span class="activity" data-livestamp="<?php bp_core_iso8601_date( bp_get_group_last_active( 0, array( 'relative' => false ) ) ); ?>"> 64 <?php 65 /* translators: %s: last activity timestamp (e.g. "Active 1 hour ago") */ 66 printf( __( 'Active %s', 'buddypress' ), bp_get_group_last_active() ); 67 ?> 68 </span> 64 69 65 70 <?php bp_group_description(); ?>
Note: See TracChangeset
for help on using the changeset viewer.