Skip to:
Content

BuddyPress.org

Changeset 10360


Ignore:
Timestamp:
11/16/2015 08:02:24 PM (8 years ago)
Author:
mercime
Message:

A11y: Adjust heading structure in Group > Edit.

Fixes #6700. See #6581.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-groups/bp-groups-admin.php

    r10357 r10360  
    590590                            <div id="postdiv">
    591591                                <div id="bp_groups_name" class="postbox">
    592                                     <h3><?php _e( 'Name and Description', 'buddypress' ); ?></h3>
     592                                    <h2><?php _e( 'Name and Description', 'buddypress' ); ?></h2>
    593593                                    <div class="inside">
    594594                                        <label for="bp-groups-name" class="screen-reader-text"><?php _e( 'Group Name', 'buddypress' ); ?></label>
     
    859859        <div class="bp-groups-member-type" id="bp-groups-member-type-<?php echo esc_attr( $member_type ) ?>">
    860860
    861             <h4><?php switch ( $member_type ) :
     861            <h3><?php switch ( $member_type ) :
    862862                    case 'admin'  : esc_html_e( 'Administrators', 'buddypress' ); break;
    863863                    case 'mod'    : esc_html_e( 'Moderators',     'buddypress' ); break;
    864864                    case 'member' : esc_html_e( 'Members',        'buddypress' ); break;
    865865                    case 'banned' : esc_html_e( 'Banned Members', 'buddypress' ); break;
    866             endswitch; ?></h4>
     866            endswitch; ?></h3>
    867867
    868868            <div class="bp-group-admin-pagination table-top">
Note: See TracChangeset for help on using the changeset viewer.