Skip to:
Content

BuddyPress.org

Changeset 10732


Ignore:
Timestamp:
05/04/2016 11:37:21 PM (8 years ago)
Author:
mercime
Message:

Revert heading bumps in groups/single/cover-image-header.php.

Complete set of accessibility fixes for all templates will be
addressed in the next dev cycle.

See #6880.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/buddypress/groups/single/cover-image-header.php

    r10663 r10732  
    7171            <?php if ( bp_group_is_visible() ) : ?>
    7272
    73                 <h2><?php _e( 'Group Admins', 'buddypress' ); ?></h2>
     73                <h3><?php _e( 'Group Admins', 'buddypress' ); ?></h3>
    7474
    7575                <?php bp_group_list_admins();
     
    9191                    do_action( 'bp_before_group_menu_mods' ); ?>
    9292
    93                     <h2><?php _e( 'Group Mods' , 'buddypress' ); ?></h2>
     93                    <h3><?php _e( 'Group Mods' , 'buddypress' ); ?></h3>
    9494
    9595                    <?php bp_group_list_mods();
Note: See TracChangeset for help on using the changeset viewer.