- Timestamp:
- 11/11/2022 04:32:51 PM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/template-part.php
r54817 r54819 23 23 isset( $attributes['slug'] ) && 24 24 isset( $attributes['theme'] ) && 25 get_stylesheet() === $attributes['theme']25 wp_get_theme()->get_stylesheet() === $attributes['theme'] 26 26 ) { 27 27 $template_part_id = $attributes['theme'] . '//' . $attributes['slug'];
Note: See TracChangeset
for help on using the changeset viewer.