Skip to:
Content

BuddyPress.org

Ticket #6880: 6880.patch

File 6880.patch, 1.5 KB (added by mercime, 9 years ago)
  • 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
  • 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