Changeset 63542 for trunk/src/wp-includes/block-template-utils.php
- Timestamp:
- 09/08/2026 08:05:22 PM (5 days ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/block-template-utils.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-template-utils.php
r63495 r63542 460 460 if ( 461 461 ! $post_type || 462 ( $post_type &&isset( $candidate['postTypes'] ) && in_array( $post_type, $candidate['postTypes'], true ) )462 ( isset( $candidate['postTypes'] ) && in_array( $post_type, $candidate['postTypes'], true ) ) 463 463 ) { 464 464 $template_files[ $template_slug ] = $candidate;
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)