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

Fixes #47386.

Built from https://develop.svn.wordpress.org/trunk@45411


git-svn-id: http://core.svn.wordpress.org/trunk@45222 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrea Fercia
2019-05-25 13:32:53 +00:00
parent 15dc9ab6ab
commit add6a8e13f
3 changed files with 5 additions and 5 deletions

View File

@@ -244,7 +244,7 @@ class Custom_Background {
</div>
<?php } ?>
<h3><?php _e( 'Background Image' ); ?></h3>
<h2><?php _e( 'Background Image' ); ?></h2>
<table class="form-table" role="presentation">
<tbody>
@@ -338,7 +338,7 @@ class Custom_Background {
</tbody>
</table>
<h3><?php _e( 'Display Options' ); ?></h3>
<h2><?php _e( 'Display Options' ); ?></h2>
<form method="post">
<table class="form-table" role="presentation">
<tbody>