diff --git wp-admin/includes/class-wp-site-health.php wp-admin/includes/class-wp-site-health.php
index 19491d2..fcc1ed7 100644
|
|
|
class WP_Site_Health { |
| 2125 | 2125 | } else { |
| 2126 | 2126 | $result['actions'] .= sprintf( |
| 2127 | 2127 | '<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>', |
| 2128 | | 'https://developer.wordpress.org/rest-api/frequently-asked-questions/#why-is-authentication-not-working', |
| | 2128 | __( 'https://developer.wordpress.org/rest-api/frequently-asked-questions/#why-is-authentication-not-working' ), |
| 2129 | 2129 | __( 'Learn how to configure the Authorization header.' ), |
| 2130 | 2130 | /* translators: Accessibility text. */ |
| 2131 | 2131 | __( '(opens in a new tab)' ) |