Changeset 56664 for trunk/src/wp-admin/includes/class-wp-site-health.php
- Timestamp:
- 09/22/2023 07:06:45 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-site-health.php
r56549 r56664 1556 1556 public function get_test_https_status() { 1557 1557 /* 1558 * Enforce fresh HTTPS detection results. This is normally invoked by using cron, 1559 * but for Site Health it should always rely on the latest results. 1558 * Check HTTPS detection results. 1560 1559 */ 1561 wp_update_https_detection_errors();1560 $errors = wp_get_https_detection_errors(); 1562 1561 1563 1562 $default_update_url = wp_get_default_update_https_url();
Note: See TracChangeset
for help on using the changeset viewer.