From 0e41b5d52fdc6af6442816b5f465c9db9f84e126 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 19 Sep 2024 06:51:18 +0200 Subject: Adding upstream version 6.6.1+dfsg1. Signed-off-by: Daniel Baumann --- wp-includes/media-template.php | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) (limited to 'wp-includes/media-template.php') diff --git a/wp-includes/media-template.php b/wp-includes/media-template.php index 21adc09..e0bd68a 100644 --- a/wp-includes/media-template.php +++ b/wp-includes/media-template.php @@ -159,7 +159,8 @@ function wp_print_media_templates() { $alt_text_description = sprintf( /* translators: 1: Link to tutorial, 2: Additional link attributes, 3: Accessibility text. */ __( 'Learn how to describe the purpose of the image%3$s. Leave empty if the image is purely decorative.' ), - esc_url( 'https://www.w3.org/WAI/tutorials/images/decision-tree' ), + /* translators: Localized tutorial, if one exists. W3C Web Accessibility Initiative link has list of existing translations. */ + esc_url( __( 'https://www.w3.org/WAI/tutorials/images/decision-tree/' ) ), 'target="_blank" rel="noopener"', sprintf( ' %s', @@ -483,7 +484,7 @@ function wp_print_media_templates() { <# if ( data.fileLength && data.fileLengthHumanReadable ) { #>
- + {{ data.fileLengthHumanReadable }}
<# } #> @@ -729,7 +730,7 @@ function wp_print_media_templates() { <# if ( data.fileLength && data.fileLengthHumanReadable ) { #>
- + {{ data.fileLengthHumanReadable }}
<# } #> @@ -839,7 +840,7 @@ function wp_print_media_templates() { @@ -866,7 +867,7 @@ function wp_print_media_templates() { @@ -1095,7 +1096,7 @@ function wp_print_media_templates() { @@ -1112,7 +1113,7 @@ function wp_print_media_templates() { @@ -1159,7 +1160,7 @@ function wp_print_media_templates() { @@ -1235,7 +1236,7 @@ function wp_print_media_templates() { @@ -1355,7 +1356,7 @@ function wp_print_media_templates() { - + @@ -1454,7 +1455,7 @@ function wp_print_media_templates() { - + -- cgit v1.2.3