Changeset 1442
- Timestamp:
- 04/29/2009 01:56:07 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/buddypress-member/profile/profile-loop.php
r1366 r1442 2 2 <?php while ( bp_profile_groups() ) : bp_the_profile_group(); ?> 3 3 4 <?php if ( bp_ group_has_fields() ) : ?>4 <?php if ( bp_profile_group_has_fields() ) : ?> 5 5 <div class="info-group"> 6 6 <h4><?php bp_the_profile_group_name() ?></h4>
Note: See TracChangeset
for help on using the changeset viewer.