Changeset 10732
- Timestamp:
- 05/04/2016 11:37:21 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/groups/single/cover-image-header.php
r10663 r10732 71 71 <?php if ( bp_group_is_visible() ) : ?> 72 72 73 <h 2><?php _e( 'Group Admins', 'buddypress' ); ?></h2>73 <h3><?php _e( 'Group Admins', 'buddypress' ); ?></h3> 74 74 75 75 <?php bp_group_list_admins(); … … 91 91 do_action( 'bp_before_group_menu_mods' ); ?> 92 92 93 <h 2><?php _e( 'Group Mods' , 'buddypress' ); ?></h2>93 <h3><?php _e( 'Group Mods' , 'buddypress' ); ?></h3> 94 94 95 95 <?php bp_group_list_mods();
Note: See TracChangeset
for help on using the changeset viewer.