mirror of
git://develop.git.wordpress.org/
synced 2025-04-21 04:31:55 +02:00
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. git-svn-id: https://develop.svn.wordpress.org/branches/5.6@49652 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ea1f90a050
commit
6f4e4aada8
@ -2125,7 +2125,7 @@ class WP_Site_Health {
|
||||
} else {
|
||||
$result['actions'] .= sprintf(
|
||||
'<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>',
|
||||
'https://developer.wordpress.org/rest-api/frequently-asked-questions/#why-is-authentication-not-working',
|
||||
__( 'https://developer.wordpress.org/rest-api/frequently-asked-questions/#why-is-authentication-not-working' ),
|
||||
__( 'Learn how to configure the Authorization header.' ),
|
||||
/* translators: Accessibility text. */
|
||||
__( '(opens in a new tab)' )
|
||||
|
Loading…
x
Reference in New Issue
Block a user