Skip to content

Commit 56fb5be

Browse files
committed
fix: Clean up whitespace in cache headers section
1 parent cd879f8 commit 56fb5be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/wp-admin/includes/class-wp-site-health.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3416,10 +3416,10 @@ public function get_page_cache_headers() {
34163416
// Generic caching proxies (Nginx, Varnish, etc.)
34173417
'x-cache' => $cache_hit_callback,
34183418
'x-cache-status' => $cache_hit_callback,
3419-
3419+
34203420
// Cloudflare
34213421
'cf-cache-status' => $cache_hit_callback,
3422-
3422+
34233423
// Apache mod_cache
34243424
'x-cache-detail' => $cache_hit_callback,
34253425
);

0 commit comments

Comments
 (0)