Make WordPress Core

Ticket #33661: 33661.patch

File 33661.patch, 1.7 KB (added by mrahmadawais, 11 years ago)

converts h3 to h2

  • wp-admin/user-edit.php

     
    230230<input type="hidden" name="checkuser_id" value="<?php echo get_current_user_id(); ?>" />
    231231</p>
    232232
    233 <h3><?php _e('Personal Options'); ?></h3>
     233<h2><?php _e('Personal Options'); ?></h2>
    234234
    235235<table class="form-table">
    236236<?php if ( ! ( IS_PROFILE_PAGE && ! $user_can_edit ) ) : ?>
     
    301301        }
    302302?>
    303303
    304 <h3><?php _e('Name') ?></h3>
     304<h2><?php _e('Name') ?></h2>
    305305
    306306<table class="form-table">
    307307        <tr class="user-user-login-wrap">
     
    392392</tr>
    393393</table>
    394394
    395 <h3><?php _e('Contact Info') ?></h3>
     395<h2><?php _e('Contact Info') ?></h2>
    396396
    397397<table class="form-table">
    398398<tr class="user-email-wrap">
     
    444444?>
    445445</table>
    446446
    447 <h3><?php IS_PROFILE_PAGE ? _e('About Yourself') : _e('About the user'); ?></h3>
     447<h2><?php IS_PROFILE_PAGE ? _e('About Yourself') : _e('About the user'); ?></h2>
    448448
    449449<table class="form-table">
    450450<tr class="user-description-wrap">
     
    460460?>
    461461</table>
    462462
    463 <h3><?php _e('Account Management'); ?></h3>
     463<h2><?php _e('Account Management'); ?></h2>
    464464<table class="form-table">
    465465<tr id="password" class="user-pass1-wrap">
    466466        <th><label for="pass1"><?php _e( 'New Password' ); ?></label></th>
     
    578578if ( count( $profileuser->caps ) > count( $profileuser->roles )
    579579        && apply_filters( 'additional_capabilities_display', true, $profileuser )
    580580) : ?>
    581 <h3><?php _e( 'Additional Capabilities' ); ?></h3>
     581<h2><?php _e( 'Additional Capabilities' ); ?></h2>
    582582<table class="form-table">
    583583<tr class="user-capabilities-wrap">
    584584        <th scope="row"><?php _e( 'Capabilities' ); ?></th>