From add6a8e13f262ca0aba289ec5834fe194304e538 Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Sat, 25 May 2019 13:32:53 +0000 Subject: [PATCH] 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 --- wp-admin/custom-background.php | 4 ++-- wp-admin/custom-header.php | 4 ++-- wp-includes/version.php | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/wp-admin/custom-background.php b/wp-admin/custom-background.php index 85d4e9c984..1975b10b74 100644 --- a/wp-admin/custom-background.php +++ b/wp-admin/custom-background.php @@ -244,7 +244,7 @@ class Custom_Background { -

+

@@ -338,7 +338,7 @@ class Custom_Background { -

+

diff --git a/wp-admin/custom-header.php b/wp-admin/custom-header.php index 00692d35b2..2cf26600d2 100644 --- a/wp-admin/custom-header.php +++ b/wp-admin/custom-header.php @@ -488,7 +488,7 @@ class Custom_Image_Header { -

+

@@ -687,7 +687,7 @@ class Custom_Image_Header { -

+

diff --git a/wp-includes/version.php b/wp-includes/version.php index de974a1823..36da9571c3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45410'; +$wp_version = '5.3-alpha-45411'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.