Make WordPress Core


Ignore:
Timestamp:
09/29/2015 06:51:20 PM (9 years ago)
Author:
afercia
Message:

Bump H3 headings to H2 on the Network Settings screen for better accessibility.

Fixes #34078.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/network/settings.php

    r34026 r34695  
    102102    <form method="post" action="settings.php" novalidate="novalidate">
    103103        <?php wp_nonce_field( 'siteoptions' ); ?>
    104         <h3><?php _e( 'Operational Settings' ); ?></h3>
     104        <h2><?php _e( 'Operational Settings' ); ?></h2>
    105105        <table class="form-table">
    106106            <tr>
     
    121121            </tr>
    122122        </table>
    123         <h3><?php _e( 'Registration Settings' ); ?></h3>
     123        <h2><?php _e( 'Registration Settings' ); ?></h2>
    124124        <table class="form-table">
    125125            <tr>
     
    197197
    198198        </table>
    199         <h3><?php _e('New Site Settings'); ?></h3>
     199        <h2><?php _e( 'New Site Settings' ); ?></h2>
    200200        <table class="form-table">
    201201
     
    269269            </tr>
    270270        </table>
    271         <h3><?php _e( 'Upload Settings' ); ?></h3>
     271        <h2><?php _e( 'Upload Settings' ); ?></h2>
    272272        <table class="form-table">
    273273            <tr>
     
    307307        if ( ! empty( $languages ) || ! empty( $translations ) ) {
    308308            ?>
    309             <h3><?php _e( 'Language Settings' ); ?></h3>
     309            <h2><?php _e( 'Language Settings' ); ?></h2>
    310310            <table class="form-table">
    311311                <tr>
     
    334334        ?>
    335335
    336         <h3><?php _e( 'Menu Settings' ); ?></h3>
     336        <h2><?php _e( 'Menu Settings' ); ?></h2>
    337337        <table id="menu" class="form-table">
    338338            <tr>
Note: See TracChangeset for help on using the changeset viewer.