Docs: Fix `$cache_headers` param type in `site_status_page_cache_supported_cache_headers`.

Follow-up to [54043].

Props skithund.
Fixes #56805.
See #55646.

Built from https://develop.svn.wordpress.org/trunk@54506


git-svn-id: http://core.svn.wordpress.org/trunk@54065 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2022-10-12 13:43:15 +00:00
parent c488a71e11
commit 3596d1a534
2 changed files with 2 additions and 2 deletions

View File

@ -3162,7 +3162,7 @@ class WP_Site_Health {
* *
* @since 6.1.0 * @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 ); return apply_filters( 'site_status_page_cache_supported_cache_headers', $cache_headers );
} }

View File

@ -16,7 +16,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '6.1-RC1-54505'; $wp_version = '6.1-RC1-54506';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.