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.
Built from https://develop.svn.wordpress.org/branches/5.6@49652


git-svn-id: http://core.svn.wordpress.org/branches/5.6@49389 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-11-18 15:57:05 +00:00
parent d3d73c17ef
commit e5de7dafd1
2 changed files with 2 additions and 2 deletions

View File

@ -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)' )

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.6-RC1-49646';
$wp_version = '5.6-RC1-49652';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.