Changeset 54817 for trunk/src/wp-includes/block-template.php
- Timestamp:
- 11/11/2022 04:24:47 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-template.php
r54786 r54817 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.