Ticket #6880: 6880-cover-image-header.patch
File 6880-cover-image-header.patch, 806 bytes (added by , 8 years ago) |
---|
-
src/bp-templates/bp-legacy/buddypress/groups/single/cover-image-header.php
70 70 71 71 <?php if ( bp_group_is_visible() ) : ?> 72 72 73 <h 3><?php _e( 'Group Admins', 'buddypress' ); ?></h3>73 <h2><?php _e( 'Group Admins', 'buddypress' ); ?></h2> 74 74 75 75 <?php bp_group_list_admins(); 76 76 … … 90 90 */ 91 91 do_action( 'bp_before_group_menu_mods' ); ?> 92 92 93 <h 3><?php _e( 'Group Mods' , 'buddypress' ); ?></h3>93 <h2><?php _e( 'Group Mods' , 'buddypress' ); ?></h2> 94 94 95 95 <?php bp_group_list_mods(); 96 96