Ticket #6880: 6880-group-header.patch
File 6880-group-header.patch, 770 bytes (added by , 8 years ago) |
---|
-
src/bp-templates/bp-legacy/buddypress/groups/single/group-header.php
19 19 20 20 <?php if ( bp_group_is_visible() ) : ?> 21 21 22 <h 3><?php _e( 'Group Admins', 'buddypress' ); ?></h3>22 <h2><?php _e( 'Group Admins', 'buddypress' ); ?></h2> 23 23 24 24 <?php bp_group_list_admins(); 25 25 … … 39 39 */ 40 40 do_action( 'bp_before_group_menu_mods' ); ?> 41 41 42 <h 3><?php _e( 'Group Mods' , 'buddypress' ); ?></h3>42 <h2><?php _e( 'Group Mods' , 'buddypress' ); ?></h2> 43 43 44 44 <?php bp_group_list_mods(); 45 45