diff --git a/src/wp-includes/global-styles-and-settings.php b/src/wp-includes/global-styles-and-settings.php index 0f1ca5c82b..e531e7e704 100644 --- a/src/wp-includes/global-styles-and-settings.php +++ b/src/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';