Skip to:
Content

bbPress.org


Ignore:
Timestamp:
08/06/2015 12:24:47 PM (11 years ago)
Author:
johnjamesjacoby
Message:

Admin: Update h2 to h1 and remove icon32 compatibility.

This changeset improves accessibility and brings bbPress's admin area headers up to par with WordPress 4.3.

Fixes #2840. See #WP31650.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/admin/settings.php

    r5834 r5884  
    12791279    <div class="wrap">
    12801280
    1281         <h2><?php esc_html_e( 'Forums Settings', 'bbpress' ) ?></h2>
     1281        <h1><?php esc_html_e( 'Forums Settings', 'bbpress' ) ?></h1>
    12821282
    12831283        <form action="options.php" method="post">
     
    15271527
    15281528    <div class="wrap">
    1529 
     1529        <h1><?php esc_html_e( 'Forum Tools', 'bbpress' ); ?></h1>
    15301530        <h2 class="nav-tab-wrapper"><?php bbp_tools_admin_tabs( esc_html__( 'Import Forums', 'bbpress' ) ); ?></h2>
    15311531
Note: See TracChangeset for help on using the changeset viewer.