Add missing @ to the return tag in the wp_get_theme_data_template_parts function.

Props audrasjb, johnbillion.
Fixes #59003



git-svn-id: https://develop.svn.wordpress.org/trunk@56412 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
André 2023-08-18 13:16:13 +00:00
parent 79b01c6d81
commit e42bd867bc

View File

@ -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';