From 7bedcf0bee31dabb9c1c5bb5221b8d8332b7ed50 Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Wed, 27 Mar 2019 18:47:51 +0000 Subject: [PATCH] Accessibility: Improve the "Alt text" description. Moves the word "Describe" within the link. Amends [44900]. See #41612. Built from https://develop.svn.wordpress.org/trunk@45038 git-svn-id: http://core.svn.wordpress.org/trunk@44847 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 50ae65f744..e083ae8556 100644 --- a/wp-includes/media-template.php +++ b/wp-includes/media-template.php @@ -164,7 +164,7 @@ function wp_print_media_templates() { $alt_text_description = sprintf( /* translators: 1: link start tag, 2: accessibility text, 3: link end tag */ - __( 'Describe %1$sthe purpose of the image%2$s%3$s. Leave empty if the image is purely decorative.' ), + __( '%1$sDescribe the purpose of the image%2$s%3$s. Leave empty if the image is purely decorative.' ), '', sprintf( ' %s', diff --git a/wp-includes/version.php b/wp-includes/version.php index 5bd0f1edb2..c10811b2c7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.2-alpha-45037'; +$wp_version = '5.2-alpha-45038'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.