Make WordPress Core


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.

File:
1 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">
Note: See TracChangeset for help on using the changeset viewer.