- Timestamp:
- 07/24/2014 01:29:00 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/members/single/profile/edit.php
r8178 r8688 10 10 <h4><?php printf( __( "Editing '%s' Profile Group", "buddypress" ), bp_get_the_profile_group_name() ); ?></h4> 11 11 12 <ul class="button-nav"> 12 <?php if ( bp_profile_has_multiple_groups() ) : ?> 13 <ul class="button-nav"> 13 14 14 <?php bp_profile_group_tabs(); ?>15 <?php bp_profile_group_tabs(); ?> 15 16 16 </ul> 17 </ul> 18 <?php endif ;?> 17 19 18 20 <div class="clear"></div>
Note: See TracChangeset
for help on using the changeset viewer.