Changeset 11855 for trunk/src/bp-templates/bp-nouveau/buddypress/groups/single/admin/manage-members.php
- Timestamp:
- 02/11/2018 03:38:01 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/buddypress/groups/single/admin/manage-members.php
r11686 r11855 17 17 <dt class="admin-section section-title"><?php _e( 'Administrators', 'buddypress' ); ?></dt> 18 18 19 <?php if ( bp_has_members( '&include=' . bp_group_admin_ids() ) ) : ?>19 <?php if ( bp_has_members( '&include=' . bp_group_admin_ids() ) ) : ?> 20 20 <dd class="admin-listing"> 21 21 <ul id="admins-list" class="item-list single-line"> … … 35 35 </p> 36 36 37 <?php endif; ?>37 <?php endif; ?> 38 38 39 39 </li> … … 73 73 <?php endif; ?> 74 74 </dd> 75 <?php endif ?>75 <?php endif ?> 76 76 77 77
Note: See TracChangeset
for help on using the changeset viewer.