mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-03 20:24:26 +00:00
Accessibility: Fix the headings hierarchy in the legacy Custom Background and Custom Header pages.
Fixes #47386. git-svn-id: https://develop.svn.wordpress.org/trunk@45411 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -488,7 +488,7 @@ class Custom_Image_Header {
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
||||
<h3><?php _e( 'Header Image' ); ?></h3>
|
||||
<h2><?php _e( 'Header Image' ); ?></h2>
|
||||
|
||||
<table class="form-table" role="presentation">
|
||||
<tbody>
|
||||
@@ -687,7 +687,7 @@ class Custom_Image_Header {
|
||||
|
||||
<?php if ( current_theme_supports( 'custom-header', 'header-text' ) ) : ?>
|
||||
|
||||
<h3><?php _e( 'Header Text' ); ?></h3>
|
||||
<h2><?php _e( 'Header Text' ); ?></h2>
|
||||
|
||||
<table class="form-table" role="presentation">
|
||||
<tbody>
|
||||
|
||||
Reference in New Issue
Block a user