Site Health: Use consistent verbiage for "Learn more" links.
Props ronakganatra, garrett-eclipse. Fixes #47302. Built from https://develop.svn.wordpress.org/trunk@45649 git-svn-id: http://core.svn.wordpress.org/trunk@45460 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f600647e22
commit
66afb60397
|
@ -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)' )
|
||||
),
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.3-alpha-45648';
|
||||
$wp_version = '5.3-alpha-45649';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue