Changeset 54113 for trunk/src/wp-admin/includes/class-wp-site-health.php
- Timestamp:
- 09/09/2022 08:14:43 AM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-site-health.php
r54069 r54113 2030 2030 2031 2031 $cookies = wp_unslash( $_COOKIE ); 2032 $timeout = 10; 2032 $timeout = 10; // 10 seconds. 2033 2033 $headers = array( 2034 2034 'Cache-Control' => 'no-cache', … … 2886 2886 $body = array( 'site-health' => 'loopback-test' ); 2887 2887 $cookies = wp_unslash( $_COOKIE ); 2888 $timeout = 10; 2888 $timeout = 10; // 10 seconds. 2889 2889 $headers = array( 2890 2890 'Cache-Control' => 'no-cache',
Note: See TracChangeset
for help on using the changeset viewer.