Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/04/2010 12:31:13 PM (16 years ago)
Author:
apeatling
Message:

Fixes #1798

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/members/single/profile/profile-loop.php

    r2558 r2585  
    1212
    1313                <div class="bp-widget <?php bp_the_profile_group_slug() ?>">
    14                     <h4><?php bp_the_profile_group_name() ?></h4>
     14                    <?php if ( 1 != bp_get_the_profile_group_id() ) : ?>
     15                        <h4><?php bp_the_profile_group_name() ?></h4>
     16                    <?php endif; ?>
    1517
    1618                    <table class="profile-fields">
Note: See TracChangeset for help on using the changeset viewer.