Changeset 50916 for trunk/src/wp-admin/includes/class-wp-site-health.php
- Timestamp:
- 05/15/2021 05:36:49 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-site-health.php
r50764 r50916 1514 1514 */ 1515 1515 public function get_test_https_status() { 1516 // Enforce fresh HTTPS detection results. This is normally invoked by using cron, but for Site Health it should1517 // always rely on the latest results.1516 // Enforce fresh HTTPS detection results. This is normally invoked by using cron, 1517 // but for Site Health it should always rely on the latest results. 1518 1518 wp_update_https_detection_errors(); 1519 1519 … … 1542 1542 1543 1543 if ( ! wp_is_using_https() ) { 1544 // If the website is not using HTTPS, provide more information about whether it is supported and how it can1545 // be enabled.1544 // If the website is not using HTTPS, provide more information 1545 // about whether it is supported and how it can be enabled. 1546 1546 $result['status'] = 'recommended'; 1547 1547 $result['label'] = __( 'Your website does not use HTTPS' );
Note: See TracChangeset
for help on using the changeset viewer.