Make WordPress Core

Ticket #34078: 34078.patch

File 34078.patch, 1.9 KB (added by afercia, 9 years ago)
  • src/wp-admin/network/settings.php

     
    101101        <h1><?php echo esc_html( $title ); ?></h1>
    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>
    107107                                <th scope="row"><label for="site_name"><?php _e( 'Network Title' ) ?></label></th>
     
    120120                                </td>
    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>
    126126                                <th scope="row"><?php _e( 'Allow new registrations' ) ?></th>
     
    196196                        </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
    202202                        <tr>
     
    268268                                </td>
    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>
    274274                                <th scope="row"><?php _e( 'Site upload space' ) ?></th>
     
    306306                $translations = wp_get_available_translations();
    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>
    312312                                        <th><label for="WPLANG"><?php _e( 'Default Language' ); ?></label></th>
     
    333333                }
    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>
    339339                                <th scope="row"><?php _e( 'Enable administration menus' ); ?></th>