Ticket #60975: 60975.3.diff
File 60975.3.diff, 1.7 KB (added by , 6 months ago) |
---|
-
src/wp-admin/includes/media.php
3241 3241 printf( 3242 3242 /* translators: 1: Link to tutorial, 2: Additional link attributes, 3: Accessibility text. */ 3243 3243 __( '<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.' ), 3244 esc_url( 'https://www.w3.org/WAI/tutorials/images/decision-tree' ), 3244 /* translators: Localized tutorial, if one exists. W3C Web Accessibility Initative link has list of existing translations. */ 3245 esc_url( __( 'https://www.w3.org/WAI/tutorials/images/decision-tree/' ) ), 3245 3246 'target="_blank" rel="noopener"', 3246 3247 sprintf( 3247 3248 '<span class="screen-reader-text"> %s</span>', -
src/wp-includes/media-template.php
159 159 $alt_text_description = sprintf( 160 160 /* translators: 1: Link to tutorial, 2: Additional link attributes, 3: Accessibility text. */ 161 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 esc_url( 'https://www.w3.org/WAI/tutorials/images/decision-tree' ), 162 /* translators: Localized tutorial, if one exists. W3C Web Accessibility Initative link has list of existing translations. */ 163 esc_url( __( 'https://www.w3.org/WAI/tutorials/images/decision-tree/' ) ), 163 164 'target="_blank" rel="noopener"', 164 165 sprintf( 165 166 '<span class="screen-reader-text"> %s</span>',