Skip to:
Content

BuddyPress.org

Changeset 10362


Ignore:
Timestamp:
11/16/2015 08:06:34 PM (9 years ago)
Author:
mercime
Message:

A11y: Adjust heading structure in Profile Fields > Add New Field Group
and Edit Field Group.

Fixes #6702. See #6581.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-xprofile/classes/class-bp-xprofile-group.php

    r10357 r10362  
    745745                            </div>
    746746                            <div class="postbox">
    747                                 <h3><?php esc_html_e( 'Field Group Description', 'buddypress' ); ?></h3>
     747                                <h2><?php esc_html_e( 'Field Group Description', 'buddypress' ); ?></h2>
    748748                                <div class="inside">
    749749                                    <label for="group_description" class="screen-reader-text"><?php esc_html_e( 'Add description', 'buddypress' ); ?></label>
     
    767767
    768768                            <div id="submitdiv" class="postbox">
    769                                 <h3><?php _e( 'Submit', 'buddypress' ); ?></h3>
     769                                <h2><?php _e( 'Submit', 'buddypress' ); ?></h2>
    770770                                <div class="inside">
    771771                                    <div id="submitcomment" class="submitbox">
Note: See TracChangeset for help on using the changeset viewer.