Changeset 58240 for trunk/src/wp-admin/includes/media.php
- Timestamp:
- 05/29/2024 10:20:43 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/media.php
r58217 r58240 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 Initiative 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(
Note: See TracChangeset
for help on using the changeset viewer.