Site Health: Use consistent verbiage for "Learn more" links.

Props ronakganatra, garrett-eclipse.
Fixes #47302.

git-svn-id: https://develop.svn.wordpress.org/trunk@45649 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2019-07-16 22:27:55 +00:00
parent 94a6e06ab9
commit 8df86efc2b
2 changed files with 4 additions and 4 deletions
@@ -946,7 +946,7 @@ class WP_Site_Health {
'<p><a href="%s" target="_blank" rel="noopener noreferrer">%s <span class="screen-reader-text">%s</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a></p>',
/* translators: Localized version of WordPress requirements if one exists. */
esc_url( __( 'https://wordpress.org/about/requirements/' ) ),
__( 'Read more about what WordPress requires to run.' ),
__( 'Learn more about what WordPress requires to run.' ),
/* translators: accessibility text */
__( '(opens in a new tab)' )
),
@@ -1217,7 +1217,7 @@ class WP_Site_Health {
'<p><a href="%s" target="_blank" rel="noopener noreferrer">%s <span class="screen-reader-text">%s</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a></p>',
/* translators: Documentation explaining debugging in WordPress. */
esc_url( __( 'https://wordpress.org/support/article/debugging-in-wordpress/' ) ),
__( 'Read about debugging in WordPress.' ),
__( 'Learn more about debugging in WordPress.' ),
/* translators: accessibility text */
__( '(opens in a new tab)' )
),
@@ -1286,7 +1286,7 @@ class WP_Site_Health {
'<p><a href="%s" target="_blank" rel="noopener noreferrer">%s <span class="screen-reader-text">%s</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a></p>',
/* translators: Documentation explaining HTTPS and why it should be used. */
esc_url( __( 'https://wordpress.org/support/article/why-should-i-use-https/' ) ),
__( 'Read more about why you should use HTTPS' ),
__( 'Learn more about why you should use HTTPS' ),
/* translators: accessibility text */
__( '(opens in a new tab)' )
),