Docs: Fix $cache_headers param type in site_status_page_cache_supported_cache_headers.

Follow-up to [54043].

Props skithund.
Fixes #56805.
See #55646.


git-svn-id: https://develop.svn.wordpress.org/trunk@54506 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jb Audras 2022-10-12 13:41:43 +00:00
parent 8f1bbe7724
commit 70dedb0866

View File

@ -3162,7 +3162,7 @@ class WP_Site_Health {
*
* @since 6.1.0
*
* @param int $cache_headers Array of supported cache headers.
* @param array $cache_headers Array of supported cache headers.
*/
return apply_filters( 'site_status_page_cache_supported_cache_headers', $cache_headers );
}