From c1d4bf20802f811c5d810e7b069928504818232e Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Mon, 14 Oct 2019 17:58:04 +0000 Subject: [PATCH] Accessibility: Media: Improve the new Media Modal headings text. See #47610. Built from https://develop.svn.wordpress.org/trunk@46488 git-svn-id: http://core.svn.wordpress.org/trunk@46286 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/media-template.php | 9 +++++++-- wp-includes/version.php | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/wp-includes/media-template.php b/wp-includes/media-template.php index 80d0bafbe4..7fa8cb6fda 100644 --- a/wp-includes/media-template.php +++ b/wp-includes/media-template.php @@ -178,7 +178,7 @@ function wp_print_media_templates() { diff --git a/wp-includes/version.php b/wp-includes/version.php index f5257a98e3..a13422422b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-beta3-46485'; +$wp_version = '5.3-beta3-46488'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.