Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/01/2013 04:54:10 PM (13 years ago)
Author:
r-a-y
Message:

Remove duplicate group title on group pages. See #4880.

File:
1 edited

Legend:

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

    r6795 r6876  
    3939
    4040<div id="item-header-content">
    41     <h2><a href="<?php bp_group_permalink(); ?>" title="<?php bp_group_name(); ?>"><?php bp_group_name(); ?></a> <span class="highlight">(<?php bp_group_type(); ?>)</span></h2>
     41    <span class="highlight"><?php bp_group_type(); ?></span>
    4242    <span class="activity"><?php printf( __( 'active %s', 'buddypress' ), bp_get_group_last_active() ); ?></span>
    4343
Note: See TracChangeset for help on using the changeset viewer.