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( '
', - '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.