Make WordPress Core

Changeset 57349


Ignore:
Timestamp:
01/24/2024 11:39:52 PM (8 months ago)
Author:
SergeyBiryukov
Message:

Docs: Fix typo in _get_block_template_file() DocBlock.

Follow-up to [55744].

See #59651.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/block-template-utils.php

    r57265 r57349  
    252252 * @param string $slug          Template slug.
    253253 * @return array|null {
    254  *    Array with template metadata if $template_type is one of 'wp_template' or 'wp_template_part'.
     254 *    Array with template metadata if $template_type is one of 'wp_template' or 'wp_template_part',
    255255 *    null otherwise.
    256256 *
Note: See TracChangeset for help on using the changeset viewer.