diff --git a/wp-admin/includes/class-wp-site-health.php b/wp-admin/includes/class-wp-site-health.php index 41b605c70c..abe0fc6184 100644 --- a/wp-admin/includes/class-wp-site-health.php +++ b/wp-admin/includes/class-wp-site-health.php @@ -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 ); } diff --git a/wp-includes/version.php b/wp-includes/version.php index cbb1399628..079188c3ee 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @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.