mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
8f1bbe7724
commit
70dedb0866
@ -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 );
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user