Skip to:
Content

BuddyPress.org

Ticket #6880: 6880-cover-image-header.patch

File 6880-cover-image-header.patch, 806 bytes (added by mercime, 8 years ago)

Patch for cover-image-header.php

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

     
    7070
    7171                        <?php if ( bp_group_is_visible() ) : ?>
    7272
    73                                 <h3><?php _e( 'Group Admins', 'buddypress' ); ?></h3>
     73                                <h2><?php _e( 'Group Admins', 'buddypress' ); ?></h2>
    7474
    7575                                <?php bp_group_list_admins();
    7676
     
    9090                                         */
    9191                                        do_action( 'bp_before_group_menu_mods' ); ?>
    9292
    93                                         <h3><?php _e( 'Group Mods' , 'buddypress' ); ?></h3>
     93                                        <h2><?php _e( 'Group Mods' , 'buddypress' ); ?></h2>
    9494
    9595                                        <?php bp_group_list_mods();
    9696