Make WordPress Core


Ignore:
Timestamp:
04/14/2021 01:00:52 PM (3 years ago)
Author:
SergeyBiryukov
Message:

Site Health: Correct test result status for the HTTPS test.

The supported status values for Site Health tests are good, recommended, and critical.

Follow-up to [50660].

Props TimothyBlynJacobs.
Fixes #52783.

File:
1 edited

Legend:

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

    r50659 r50710  
    15291529            // If the website is not using HTTPS, provide more information about whether it is supported and how it can
    15301530            // be enabled.
    1531             $result['status'] = 'warning';
     1531            $result['status'] = 'recommended';
    15321532            $result['label']  = __( 'Your website does not use HTTPS' );
    15331533
Note: See TracChangeset for help on using the changeset viewer.