- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/groups/single/group-header.php
r11171 r10967 69 69 <div id="item-header-content"> 70 70 <span class="highlight"><?php bp_group_type(); ?></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>71 <span class="activity"><?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(); ?>87 85 88 86 <div id="item-buttons"> … … 118 116 * @since 1.2.0 119 117 */ 120 do_action( 'bp_after_group_header' ); ?>118 do_action( 'bp_after_group_header' ); 121 119 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> 120 /** This action is documented in bp-templates/bp-legacy/buddypress/activity/index.php */ 121 do_action( 'template_notices' ); 122 ?>
Note: See TracChangeset
for help on using the changeset viewer.