- Timestamp:
- 04/22/2022 05:42:45 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/buddypress/members/single/groups.php
r12082 r13273 4 4 * 5 5 * @since 3.0.0 6 * @version 3.0.06 * @version 11.0.0 7 7 */ 8 8 ?> … … 11 11 <ul class="subnav"> 12 12 13 <?php if ( bp_is_my_profile() ) : ?> 14 15 <?php bp_get_template_part( 'members/single/parts/item-subnav' ); ?> 16 17 <?php endif; ?> 13 <?php bp_get_template_part( 'members/single/parts/item-subnav' ); ?> 18 14 19 15 </ul> … … 21 17 22 18 <?php if ( ! bp_is_current_action( 'invites' ) ) : ?> 23 24 19 25 20 <?php bp_get_template_part( 'common/search-and-filters-bar' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.