Make WordPress Core

Changeset 59003


Ignore:
Timestamp:
09/10/2024 09:45:38 AM (5 weeks ago)
Author:
SergeyBiryukov
Message:

Docs: Fix typo in a comment in get_block_templates().

Follow-up to [55687].

Props dj.cowan, mukesh27.
Fixes #62023.

File:
1 edited

Legend:

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

    r58785 r59003  
    11501150    if ( ! isset( $query['wp_id'] ) ) {
    11511151        /*
    1152          * If the query has found some use templates, those have priority
     1152         * If the query has found some user templates, those have priority
    11531153         * over the theme-provided ones, so we skip querying and building them.
    11541154         */
Note: See TracChangeset for help on using the changeset viewer.