diff --git a/wp-admin/includes/class-wp-site-health.php b/wp-admin/includes/class-wp-site-health.php index c0516096ed..15996fd420 100644 --- a/wp-admin/includes/class-wp-site-health.php +++ b/wp-admin/includes/class-wp-site-health.php @@ -3325,12 +3325,12 @@ class WP_Site_Health { * @since 6.1.0 * * @return WP_Error|array { - * Page cache detail or else a WP_Error if unable to determine. + * Page cache detail or else a WP_Error if unable to determine. * - * @type string $status Page cache status. Good, Recommended or Critical. - * @type bool $advanced_cache_present Whether page cache plugin is available or not. - * @type string[] $headers Client caching response headers detected. - * @type float $response_time Response time of site. + * @type string $status Page cache status. Good, Recommended or Critical. + * @type bool $advanced_cache_present Whether page cache plugin is available or not. + * @type string[] $headers Client caching response headers detected. + * @type float $response_time Response time of site. * } */ private function get_page_cache_detail() { diff --git a/wp-includes/block-template-utils.php b/wp-includes/block-template-utils.php index fa9e22dce0..a7586061ad 100644 --- a/wp-includes/block-template-utils.php +++ b/wp-includes/block-template-utils.php @@ -249,16 +249,16 @@ function _get_block_templates_paths( $base_directory ) { * @param string $template_type Template type. Either 'wp_template' or 'wp_template_part'. * @param string $slug Template slug. * @return array|null { - * Array with template metadata if $template_type is one of 'wp_template' or 'wp_template_part', - * null otherwise. + * Array with template metadata if $template_type is one of 'wp_template' or 'wp_template_part', + * null otherwise. * - * @type string $slug Template slug. - * @type string $path Template file path. - * @type string $theme Theme slug. - * @type string $type Template type. - * @type string $area Template area. Only for 'wp_template_part'. - * @type string $title Optional. Template title. - * @type string[] $postTypes Optional. List of post types that the template supports. Only for 'wp_template'. + * @type string $slug Template slug. + * @type string $path Template file path. + * @type string $theme Theme slug. + * @type string $type Template type. + * @type string $area Template area. Only for 'wp_template_part'. + * @type string $title Optional. Template title. + * @type string[] $postTypes Optional. List of post types that the template supports. Only for 'wp_template'. * } */ function _get_block_template_file( $template_type, $slug ) { diff --git a/wp-includes/user.php b/wp-includes/user.php index 301e8f0fcb..1f100db4f4 100644 --- a/wp-includes/user.php +++ b/wp-includes/user.php @@ -3255,9 +3255,9 @@ function retrieve_password( $user_login = null ) { * @type string $message The body of the email. * @type string $headers The headers of the email. * } - * @type string $key The activation key. - * @type string $user_login The username for the user. - * @type WP_User $user_data WP_User object. + * @param string $key The activation key. + * @param string $user_login The username for the user. + * @param WP_User $user_data WP_User object. */ $notification_email = apply_filters( 'retrieve_password_notification_email', $defaults, $key, $user_login, $user_data ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 73a2ac46bd..f1d27b7cbf 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.6-alpha-58070'; +$wp_version = '6.6-alpha-58071'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.