From 135bebc55b191271497d35804f379f608586d7ea Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Mon, 14 Oct 2019 18:03:04 +0000 Subject: [PATCH] Accessibility: Media: Improve the text of the Media Modal actions toggle button displayed in the responsive view. See #47149. Built from https://develop.svn.wordpress.org/trunk@46489 git-svn-id: http://core.svn.wordpress.org/trunk@46287 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/media-template.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/media-template.php b/wp-includes/media-template.php index 7fa8cb6fda..978772d732 100644 --- a/wp-includes/media-template.php +++ b/wp-includes/media-template.php @@ -180,7 +180,7 @@ function wp_print_media_templates() {

diff --git a/wp-includes/version.php b/wp-includes/version.php index a13422422b..c995d1dcd0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-beta3-46488'; +$wp_version = '5.3-beta3-46489'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.