Changes in trunk/src/bp-templates/bp-legacy/buddypress/groups/single/cover-image-header.php [10967:11171]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/groups/single/cover-image-header.php
r10967 r11171 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(); ?> 65 65 66 <?php bp_group_type_list(); ?> 66 67 </div> 67 68 </div><!-- #item-header-content --> … … 118 119 * @since 1.2.0 119 120 */ 120 do_action( 'bp_after_group_header' ); 121 do_action( 'bp_after_group_header' ); ?> 121 122 122 /** This action is documented in bp-templates/bp-legacy/buddypress/activity/index.php */ 123 do_action( 'template_notices' ); ?> 123 <div id="template-notices" role="alert" aria-atomic="true"> 124 <?php 125 126 /** This action is documented in bp-templates/bp-legacy/buddypress/activity/index.php */ 127 do_action( 'template_notices' ); ?> 128 129 </div>
Note: See TracChangeset
for help on using the changeset viewer.