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-core/admin/bp-core-admin-tools.php

    r10354 r10357  
    2121    <div class="wrap">
    2222
    23         <h2><?php esc_html_e( 'BuddyPress Tools', 'buddypress' ) ?></h2>
     23        <h1><?php esc_html_e( 'BuddyPress Tools', 'buddypress' ) ?></h1>
    2424
    2525        <p>
     
    375375    ?>
    376376    <div class="wrap">
    377         <h2><?php esc_attr_e( 'Tools', 'buddypress' ) ?></h2>
     377        <h1><?php esc_attr_e( 'Tools', 'buddypress' ) ?></h1>
    378378
    379379        <?php
Note: See TracChangeset for help on using the changeset viewer.