Make WordPress Core

Changeset 49652


Ignore:
Timestamp:
11/18/2020 03:55:13 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Site Health: Add missing i18n for the App Passwords documentation link.

Follow-up to [49334].

Props tai.
Reviewed by TimothyBlynJacobs, SergeyBiryukov.
Merges [49650] to the 5.6 branch.
Fixes #51815.

Location:
branches/5.6
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.6

  • branches/5.6/src/wp-admin/includes/class-wp-site-health.php

    r49334 r49652  
    21262126            $result['actions'] .= sprintf(
    21272127                '<p><a href="%s" target="_blank" rel="noopener">%s <span class="screen-reader-text">%s</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a></p>',
    2128                 'https://developer.wordpress.org/rest-api/frequently-asked-questions/#why-is-authentication-not-working',
     2128                __( 'https://developer.wordpress.org/rest-api/frequently-asked-questions/#why-is-authentication-not-working' ),
    21292129                __( 'Learn how to configure the Authorization header.' ),
    21302130                /* translators: Accessibility text. */
Note: See TracChangeset for help on using the changeset viewer.