Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/16/2015 07:20:59 PM (9 years ago)
Author:
mercime
Message:

A11y: h1 headings for page titles of BuddyPress wp-admin screens.

Fixes #6581.

File:
1 edited

Legend:

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

    r10324 r10357  
    8787    <div class="wrap">
    8888
    89         <h2>
     89        <h1>
    9090            <?php _ex( 'Profile Fields', 'Settings page header', 'buddypress'); ?>
    9191            <a id="add_group" class="add-new-h2" href="users.php?page=bp-profile-setup&amp;mode=add_group"><?php _e( 'Add New Field Group', 'buddypress' ); ?></a>
    92         </h2>
     92        </h1>
    9393
    9494        <form action="" id="profile-field-form" method="post">
Note: See TracChangeset for help on using the changeset viewer.