Changeset 13652 for trunk/src/bp-templates/bp-nouveau/buddypress/groups/single/parts/admin-subnav.php
- Timestamp:
- 11/27/2023 10:55:27 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/buddypress/groups/single/parts/admin-subnav.php
r12082 r13652 4 4 * 5 5 * @since 3.0.0 6 * @version 3.0.06 * @version 12.0.0 7 7 */ 8 8 ?> … … 12 12 <?php if ( bp_nouveau_has_nav( array( 'object' => 'group_manage' ) ) ) : ?> 13 13 14 <ul class="subnav">14 <ul id="group-secondary-nav" class="subnav bp-priority-subnav-nav-items"> 15 15 16 16 <?php … … 35 35 <?php endif; ?> 36 36 37 </nav><!-- #isubnav --> 37 <?php bp_nouveau_member_hook( '', 'secondary_nav' ); ?> 38 </nav><!-- #subnav -->
Note: See TracChangeset
for help on using the changeset viewer.