From ae29987a176487f684699cffa2986edaa8395eba Mon Sep 17 00:00:00 2001 From: desrosj Date: Mon, 30 Sep 2019 17:54:58 +0000 Subject: [PATCH] Site Health: Improve the message displayed to sites not utilizing HTTPS. The new message better illustrates that there are many potential benefits of using HTTPS, not just a few. Props garrett-eclipse, dkarfa, ocean90, afragen, desrosj. Fixes #48118. Built from https://develop.svn.wordpress.org/trunk@46358 git-svn-id: http://core.svn.wordpress.org/trunk@46157 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/class-wp-site-health.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/class-wp-site-health.php b/wp-admin/includes/class-wp-site-health.php index 27b29ad76f..b22b9a31d3 100644 --- a/wp-admin/includes/class-wp-site-health.php +++ b/wp-admin/includes/class-wp-site-health.php @@ -1372,7 +1372,7 @@ class WP_Site_Health { ), 'description' => sprintf( '

%s

', - __( 'An HTTPS connection is needed for many features on the web today, it also gains the trust of your visitors by helping to protecting their online privacy.' ) + __( 'An HTTPS connection is a more secure way of browsing the web. Many services now have HTTPS as a requirement. HTTPS allows you to take advantage of new features that can increase site speed, improve search rankings, and gain the trust of your visitors by helping to protect their online privacy.' ) ), 'actions' => sprintf( '

%s %s

', diff --git a/wp-includes/version.php b/wp-includes/version.php index 024f8bf487..c7a7e7885c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-beta1-46357'; +$wp_version = '5.3-beta1-46358'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.