Skip to:
Content

BuddyPress.org

Ticket #6880: 6880-group-header.patch

File 6880-group-header.patch, 770 bytes (added by mercime, 8 years ago)

Patch for group-header.php

  • src/bp-templates/bp-legacy/buddypress/groups/single/group-header.php

     
    1919
    2020        <?php if ( bp_group_is_visible() ) : ?>
    2121
    22                 <h3><?php _e( 'Group Admins', 'buddypress' ); ?></h3>
     22                <h2><?php _e( 'Group Admins', 'buddypress' ); ?></h2>
    2323
    2424                <?php bp_group_list_admins();
    2525
     
    3939                         */
    4040                        do_action( 'bp_before_group_menu_mods' ); ?>
    4141
    42                         <h3><?php _e( 'Group Mods' , 'buddypress' ); ?></h3>
     42                        <h2><?php _e( 'Group Mods' , 'buddypress' ); ?></h2>
    4343
    4444                        <?php bp_group_list_mods();
    4545