Skip to:
Content

BuddyPress.org

Changeset 10733


Ignore:
Timestamp:
05/04/2016 11:45:25 PM (10 years ago)
Author:
mercime
Message:

Revert heading bumps in groups/single/group-header.php.

Complete set of heading 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/group-header.php

    r10664 r10733  
    2020        <?php if ( bp_group_is_visible() ) : ?>
    2121
    22                 <h2><?php _e( 'Group Admins', 'buddypress' ); ?></h2>
     22                <h3><?php _e( 'Group Admins', 'buddypress' ); ?></h3>
    2323
    2424                <?php bp_group_list_admins();
     
    4040                        do_action( 'bp_before_group_menu_mods' ); ?>
    4141
    42                         <h2><?php _e( 'Group Mods' , 'buddypress' ); ?></h2>
     42                        <h3><?php _e( 'Group Mods' , 'buddypress' ); ?></h3>
    4343
    4444                        <?php bp_group_list_mods();
Note: See TracChangeset for help on using the changeset viewer.