Make WordPress Core

Changeset 46358


Ignore:
Timestamp:
09/30/2019 05:53:53 PM (4 years ago)
Author:
desrosj
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-site-health.php

    r46290 r46358  
    13731373            'description' => sprintf(
    13741374                '<p>%s</p>',
    1375                 __( '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.' )
     1375                __( '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.' )
    13761376            ),
    13771377            'actions'     => sprintf(
Note: See TracChangeset for help on using the changeset viewer.