Skip to:
Content

BuddyPress.org


Ignore:
File:
1 edited

Legend:

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

    r11171 r10967  
    6060
    6161                <span class="highlight"><?php bp_group_type(); ?></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>
     62                <span class="activity"><?php printf( __( 'active %s', 'buddypress' ), bp_get_group_last_active() ); ?></span>
    6363
    6464                <?php bp_group_description(); ?>
    6565
    66                 <?php bp_group_type_list(); ?>
    6766            </div>
    6867        </div><!-- #item-header-content -->
     
    119118 * @since 1.2.0
    120119 */
    121 do_action( 'bp_after_group_header' ); ?>
     120do_action( 'bp_after_group_header' );
    122121
    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>
     122/** This action is documented in bp-templates/bp-legacy/buddypress/activity/index.php */
     123do_action( 'template_notices' ); ?>
Note: See TracChangeset for help on using the changeset viewer.