Make WordPress Core

Ticket #48939: 48939.1.patch

File 48939.1.patch, 1.5 KB (added by sabernhardt, 3 years ago)

text change only (in both PHP files)

  • src/wp-admin/includes/media.php

     
    32283228
    32293229                printf(
    32303230                        /* 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.' ),
    32323232                        esc_url( 'https://www.w3.org/WAI/tutorials/images/decision-tree' ),
    32333233                        'target="_blank" rel="noopener"',
    32343234                        sprintf(
  • src/wp-includes/media-template.php

     
    158158
    159159        $alt_text_description = sprintf(
    160160                /* 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.' ),
    162162                esc_url( 'https://www.w3.org/WAI/tutorials/images/decision-tree' ),
    163163                'target="_blank" rel="noopener"',
    164164                sprintf(