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

    r11171 r10967  
    6969<div id="item-header-content">
    7070    <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>
    7272
    7373    <?php
     
    8383
    8484        <?php bp_group_description(); ?>
    85 
    86         <?php bp_group_type_list(); ?>
    8785
    8886        <div id="item-buttons">
     
    118116 * @since 1.2.0
    119117 */
    120 do_action( 'bp_after_group_header' );  ?>
     118do_action( 'bp_after_group_header' );
    121119
    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 */
     121do_action( 'template_notices' );
     122?>
Note: See TracChangeset for help on using the changeset viewer.