mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
79b01c6d81
commit
e42bd867bc
@ -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';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user