Skip to:
Content

BuddyPress.org


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/buddypress/groups/single/group-header.php

    r10967 r11171  
    6969<div id="item-header-content">
    7070    <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>
    7272
    7373    <?php
     
    8383
    8484        <?php bp_group_description(); ?>
     85
     86        <?php bp_group_type_list(); ?>
    8587
    8688        <div id="item-buttons">
     
    116118 * @since 1.2.0
    117119 */
    118 do_action( 'bp_after_group_header' );
     120do_action( 'bp_after_group_header' );  ?>
    119121
    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.