Add missing `@` to the return tag in the `wp_get_theme_data_template_parts` function.
Props audrasjb, johnbillion. Fixes #59003 Built from https://develop.svn.wordpress.org/trunk@56412 git-svn-id: http://core.svn.wordpress.org/trunk@55924 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3fa176f4fe
commit
6f42888d5e
|
@ -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';
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue