Ticket #48939: 48939.1.patch
File 48939.1.patch, 1.5 KB (added by , 3 years ago) |
---|
-
src/wp-admin/includes/media.php
3228 3228 3229 3229 printf( 3230 3230 /* translators: 1: Link to tutorial, 2: Additional link attributes, 3: Accessibility text. */ 3231 __( '<a href="%1$s" %2$s> Describe the purpose of the image%3$s</a>. Leave empty if the image is purely decorative.' ),3231 __( '<a href="%1$s" %2$s>Learn how to describe the purpose of the image%3$s</a>. Leave empty if the image is purely decorative.' ), 3232 3232 esc_url( 'https://www.w3.org/WAI/tutorials/images/decision-tree' ), 3233 3233 'target="_blank" rel="noopener"', 3234 3234 sprintf( -
src/wp-includes/media-template.php
158 158 159 159 $alt_text_description = sprintf( 160 160 /* translators: 1: Link to tutorial, 2: Additional link attributes, 3: Accessibility text. */ 161 __( '<a href="%1$s" %2$s> Describe the purpose of the image%3$s</a>. Leave empty if the image is purely decorative.' ),161 __( '<a href="%1$s" %2$s>Learn how to describe the purpose of the image%3$s</a>. Leave empty if the image is purely decorative.' ), 162 162 esc_url( 'https://www.w3.org/WAI/tutorials/images/decision-tree' ), 163 163 'target="_blank" rel="noopener"', 164 164 sprintf(