Changeset 55392 for trunk/src/wp-includes/blocks/template-part.php
- Timestamp:
- 02/21/2023 01:06:33 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/template-part.php
r55246 r55392 23 23 isset( $attributes['slug'] ) && 24 24 isset( $attributes['theme'] ) && 25 wp_get_theme()->get_stylesheet() === $attributes['theme']25 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.