Skip to:
Content

BuddyPress.org

Changeset 1442


Ignore:
Timestamp:
04/29/2009 01:56:07 PM (16 years ago)
Author:
apeatling
Message:

Deprecating bp_group_has_fields() and taking its place is bp_profile_group_has_fields() so to not make it easy to confuse this template tag with site groups.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/buddypress-member/profile/profile-loop.php

    r1366 r1442  
    22    <?php while ( bp_profile_groups() ) : bp_the_profile_group(); ?>
    33
    4         <?php if ( bp_group_has_fields() ) : ?>
     4        <?php if ( bp_profile_group_has_fields() ) : ?>
    55            <div class="info-group">
    66                <h4><?php bp_the_profile_group_name() ?></h4>
Note: See TracChangeset for help on using the changeset viewer.