Changeset 11008 for trunk/src/bp-templates/bp-legacy/buddypress/groups/single/cover-image-header.php
- Timestamp:
- 08/10/2016 12:55:49 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/groups/single/cover-image-header.php
r10967 r11008 60 60 61 61 <span class="highlight"><?php bp_group_type(); ?></span> 62 <span class="activity" ><?php printf( __( 'active %s', 'buddypress' ), bp_get_group_last_active() ); ?></span>62 <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 63 64 64 <?php bp_group_description(); ?>
Note: See TracChangeset
for help on using the changeset viewer.