- Timestamp:
- 04/07/2017 07:06:02 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/groups/groups-loop.php
r11171 r11528 63 63 64 64 <div class="item"> 65 <div class="item-title">< a href="<?php bp_group_permalink(); ?>"><?php bp_group_name(); ?></a></div>65 <div class="item-title"><?php bp_group_link(); ?></div> 66 66 <div class="item-meta"><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></div> 67 67
Note: See TracChangeset
for help on using the changeset viewer.