Make WordPress Core

Changeset 56412


Ignore:
Timestamp:
08/18/2023 01:16:13 PM (3 years ago)
Author:
oandregal
Message:

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

Props audrasjb, johnbillion.
Fixes #59003

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/global-styles-and-settings.php

    r56385 r56412  
    447447 * @since 6.4.0
    448448 *
    449  * return array Associative array of `$part_name => $part_data` pairs, with `$part_data` having "title" and "area" fields.
     449 * @return array Associative array of `$part_name => $part_data` pairs,
     450 *               with `$part_data` having "title" and "area" fields.
    450451 */
    451452function wp_get_theme_data_template_parts() {
Note: See TracChangeset for help on using the changeset viewer.