mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 07:22:01 +01:00
Accessibility: Fix the headings hierarchy in the legacy Custom Background and Custom Header pages.
Props afercia. Merges [45411] to the 5.2 branch. Fixes #47386. Built from https://develop.svn.wordpress.org/branches/5.2@45839 git-svn-id: http://core.svn.wordpress.org/branches/5.2@45650 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b967202110
commit
ad85b0fe1d
@ -244,7 +244,7 @@ class Custom_Background {
|
|||||||
</div>
|
</div>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<h3><?php _e( 'Background Image' ); ?></h3>
|
<h2><?php _e( 'Background Image' ); ?></h2>
|
||||||
|
|
||||||
<table class="form-table" role="presentation">
|
<table class="form-table" role="presentation">
|
||||||
<tbody>
|
<tbody>
|
||||||
@ -338,7 +338,7 @@ class Custom_Background {
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<h3><?php _e( 'Display Options' ); ?></h3>
|
<h2><?php _e( 'Display Options' ); ?></h2>
|
||||||
<form method="post">
|
<form method="post">
|
||||||
<table class="form-table" role="presentation">
|
<table class="form-table" role="presentation">
|
||||||
<tbody>
|
<tbody>
|
||||||
|
@ -488,7 +488,7 @@ class Custom_Image_Header {
|
|||||||
</div>
|
</div>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<h3><?php _e( 'Header Image' ); ?></h3>
|
<h2><?php _e( 'Header Image' ); ?></h2>
|
||||||
|
|
||||||
<table class="form-table" role="presentation">
|
<table class="form-table" role="presentation">
|
||||||
<tbody>
|
<tbody>
|
||||||
@ -687,7 +687,7 @@ class Custom_Image_Header {
|
|||||||
|
|
||||||
<?php if ( current_theme_supports( 'custom-header', 'header-text' ) ) : ?>
|
<?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">
|
<table class="form-table" role="presentation">
|
||||||
<tbody>
|
<tbody>
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.2.3-alpha-45838';
|
$wp_version = '5.2.3-alpha-45839';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user