From 101fd0647cd66054979b79c6401e33c644f38ef3 Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Sat, 3 Aug 2019 11:35:19 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@45725 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/media-template.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/media-template.php b/src/wp-includes/media-template.php index a307fd8071..a3eba2e9c8 100644 --- a/src/wp-includes/media-template.php +++ b/src/wp-includes/media-template.php @@ -1361,9 +1361,9 @@ function wp_print_media_templates() {