From 9228eeb47bdc254ceff148846f8613039429869d Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Sat, 3 Aug 2019 11:36:53 +0000 Subject: [PATCH] Accessibility: Fix the `alt` attribute of the Gallery images within the Classic Editor. Passes the images `alt` attribute value to the Gallery template used within the Classic Editor. Props yarnboy, wpboss. Fixes #47687. Built from https://develop.svn.wordpress.org/trunk@45725 git-svn-id: http://core.svn.wordpress.org/trunk@45536 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/media-template.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-includes/media-template.php b/wp-includes/media-template.php index a307fd8071..a3eba2e9c8 100644 --- a/wp-includes/media-template.php +++ b/wp-includes/media-template.php @@ -1361,9 +1361,9 @@ function wp_print_media_templates() {