Changeset 54818 for branches/6.1/src/wp-includes/block-template.php
- Timestamp:
- 11/11/2022 04:29:27 PM (2 years ago)
- Location:
- branches/6.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.1
-
branches/6.1/src/wp-includes/block-template.php
r54792 r54818 146 146 // Find all potential templates 'wp_template' post matching the hierarchy. 147 147 $query = array( 148 'theme' => wp_get_theme()->get_stylesheet(),148 'theme' => get_stylesheet(), 149 149 'slug__in' => $slugs, 150 150 );
Note: See TracChangeset
for help on using the changeset viewer.