Make WordPress Core

Changeset 45411


Ignore:
Timestamp:
05/25/2019 01:31:59 PM (5 years ago)
Author:
afercia
Message:

Accessibility: Fix the headings hierarchy in the legacy Custom Background and Custom Header pages.

Fixes #47386.

Location:
trunk/src/wp-admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/custom-background.php

    r45403 r45411  
    245245        <?php } ?>
    246246
    247 <h3><?php _e( 'Background Image' ); ?></h3>
     247<h2><?php _e( 'Background Image' ); ?></h2>
    248248
    249249<table class="form-table" role="presentation">
     
    339339</table>
    340340
    341 <h3><?php _e( 'Display Options' ); ?></h3>
     341<h2><?php _e( 'Display Options' ); ?></h2>
    342342<form method="post">
    343343<table class="form-table" role="presentation">
  • trunk/src/wp-admin/custom-header.php

    r45403 r45411  
    489489        <?php } ?>
    490490
    491 <h3><?php _e( 'Header Image' ); ?></h3>
     491<h2><?php _e( 'Header Image' ); ?></h2>
    492492
    493493<table class="form-table" role="presentation">
     
    688688        <?php if ( current_theme_supports( 'custom-header', 'header-text' ) ) : ?>
    689689
    690 <h3><?php _e( 'Header Text' ); ?></h3>
     690<h2><?php _e( 'Header Text' ); ?></h2>
    691691
    692692<table class="form-table" role="presentation">
Note: See TracChangeset for help on using the changeset viewer.