diff --git a/wp-admin/includes/class-wp-site-health.php b/wp-admin/includes/class-wp-site-health.php index e9cdf61439..6b9bb6d418 100644 --- a/wp-admin/includes/class-wp-site-health.php +++ b/wp-admin/includes/class-wp-site-health.php @@ -946,7 +946,7 @@ class WP_Site_Health { '
', /* 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 { '', /* 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 { '', /* 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)' ) ), diff --git a/wp-includes/version.php b/wp-includes/version.php index 844494834a..066139bcaa 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.