diff --git a/wp-includes/global-styles-and-settings.php b/wp-includes/global-styles-and-settings.php index 0f1ca5c82b..e531e7e704 100644 --- a/wp-includes/global-styles-and-settings.php +++ b/wp-includes/global-styles-and-settings.php @@ -446,7 +446,8 @@ function wp_get_theme_directory_pattern_slugs() { * * @since 6.4.0 * - * return array Associative array of `$part_name => $part_data` pairs, with `$part_data` having "title" and "area" fields. + * @return array Associative array of `$part_name => $part_data` pairs, + * with `$part_data` having "title" and "area" fields. */ function wp_get_theme_data_template_parts() { $cache_group = 'theme_json'; diff --git a/wp-includes/version.php b/wp-includes/version.php index 702eef53dd..6244db9f82 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.4-alpha-56411'; +$wp_version = '6.4-alpha-56412'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.