diff -r 7b1b88e27a20 -r 48c4eec2b7e6 wp/wp-includes/media-template.php --- a/wp/wp-includes/media-template.php Thu Sep 29 08:06:27 2022 +0200 +++ b/wp/wp-includes/media-template.php Fri Sep 05 18:40:08 2025 +0200 @@ -8,7 +8,7 @@ */ /** - * Output the markup for a audio tag to be used in an Underscore template + * Outputs the markup for an audio tag to be used in an Underscore template * when data.model is passed. * * @since 3.9.0 @@ -48,7 +48,7 @@ } /** - * Output the markup for a video tag to be used in an Underscore template + * Outputs the markup for a video tag to be used in an Underscore template * when data.model is passed. * * @since 3.9.0 @@ -159,11 +159,12 @@ $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', - /* translators: Accessibility text. */ + /* translators: Hidden accessibility text. */ __( '(opens in a new tab)' ) ) ); @@ -184,7 +185,7 @@

@@ -196,7 +197,12 @@ @@ -342,8 +363,8 @@