Changeset 50710 for trunk/src/wp-admin/includes/class-wp-site-health.php
- Timestamp:
- 04/14/2021 01:00:52 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-site-health.php
r50659 r50710 1529 1529 // If the website is not using HTTPS, provide more information about whether it is supported and how it can 1530 1530 // be enabled. 1531 $result['status'] = ' warning';1531 $result['status'] = 'recommended'; 1532 1532 $result['label'] = __( 'Your website does not use HTTPS' ); 1533 1533
Note: See TracChangeset
for help on using the changeset viewer.