mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-03 15:08:10 +01:00
Site Health: Add missing i18n for the App Passwords documentation link.
Follow-up to [49334]. Props tai. Fixes #51815. Built from https://develop.svn.wordpress.org/trunk@49650 git-svn-id: http://core.svn.wordpress.org/trunk@49387 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e261cf0d1e
commit
05125ed8bf
@ -2125,7 +2125,7 @@ class WP_Site_Health {
|
|||||||
} else {
|
} else {
|
||||||
$result['actions'] .= sprintf(
|
$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>',
|
'<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.' ),
|
__( 'Learn how to configure the Authorization header.' ),
|
||||||
/* translators: Accessibility text. */
|
/* translators: Accessibility text. */
|
||||||
__( '(opens in a new tab)' )
|
__( '(opens in a new tab)' )
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.7-alpha-49649';
|
$wp_version = '5.7-alpha-49650';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user