Ticket #6880: 6880.patch
File 6880.patch, 1.5 KB (added by , 9 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 -
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