From e5de7dafd15dc621f177e6a6a49db13810621683 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 18 Nov 2020 15:57:05 +0000 Subject: [PATCH] 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 --- wp-admin/includes/class-wp-site-health.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/class-wp-site-health.php b/wp-admin/includes/class-wp-site-health.php index 19491d2eed..fcc1ed7247 100644 --- a/wp-admin/includes/class-wp-site-health.php +++ b/wp-admin/includes/class-wp-site-health.php @@ -2125,7 +2125,7 @@ class WP_Site_Health { } else { $result['actions'] .= sprintf( '

%s %s

', - '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)' ) diff --git a/wp-includes/version.php b/wp-includes/version.php index f1fffa0068..e4fad1d4a1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.