Make WordPress Core


Ignore:
Timestamp:
06/04/2024 08:13:01 AM (8 months ago)
Author:
ellatrix
Message:

Editor: Fix block template files query for a post-type.

See https://github.com/WordPress/gutenberg/pull/61244.
See https://github.com/WordPress/wordpress-develop/pull/6468.

Fixes #61110.

Props mamaduka, mukesh27, grantmkin, vcanales, ellatrix, oandregal.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/block-template.php

    r57215 r58323  
    400400        $templates = array(
    401401            'parts/small-header.html',
     402            'templates/custom-hero-template.html',
    402403            'templates/custom-single-post-template.html',
    403404            'templates/index.html',
Note: See TracChangeset for help on using the changeset viewer.