- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/groups/single/group-header.php
r10967 r11171 69 69 <div id="item-header-content"> 70 70 <span class="highlight"><?php bp_group_type(); ?></span> 71 <span class="activity" ><?php printf( __( 'active %s', 'buddypress' ), bp_get_group_last_active() ); ?></span>71 <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> 72 72 73 73 <?php … … 83 83 84 84 <?php bp_group_description(); ?> 85 86 <?php bp_group_type_list(); ?> 85 87 86 88 <div id="item-buttons"> … … 116 118 * @since 1.2.0 117 119 */ 118 do_action( 'bp_after_group_header' ); 120 do_action( 'bp_after_group_header' ); ?> 119 121 120 /** This action is documented in bp-templates/bp-legacy/buddypress/activity/index.php */ 121 do_action( 'template_notices' ); 122 ?> 122 <div id="template-notices" role="alert" aria-atomic="true"> 123 <?php 124 125 /** This action is documented in bp-templates/bp-legacy/buddypress/activity/index.php */ 126 do_action( 'template_notices' ); ?> 127 128 </div>
Note: See TracChangeset
for help on using the changeset viewer.