Changeset 54820 for branches/6.1
- Timestamp:
- 11/11/2022 04:38:03 PM (2 years ago)
- Location:
- branches/6.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.1
-
branches/6.1/src/wp-includes/blocks/template-part.php
r54818 r54820 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.