Changeset 52597 for trunk/src/wp-includes/block-template.php
- Timestamp:
- 01/18/2022 08:27:39 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-template.php
r52595 r52597 67 67 $index = array_search( $relative_template_path, $templates, true ); 68 68 69 // If the template hie archy algorithm has successfully located a PHP template file,69 // If the template hierarchy algorithm has successfully located a PHP template file, 70 70 // we will only consider block templates with higher or equal specificity. 71 71 $templates = array_slice( $templates, 0, $index + 1 );
Note: See TracChangeset
for help on using the changeset viewer.