Changeset 55686
- Timestamp:
- 04/26/2023 02:25:19 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-template.php
r55436 r55686 146 146 // Find all potential templates 'wp_template' post matching the hierarchy. 147 147 $query = array( 148 'theme' => get_stylesheet(),149 148 'slug__in' => $slugs, 150 149 );
Note: See TracChangeset
for help on using the changeset viewer.