Changeset 60339
- Timestamp:
- 06/23/2025 12:41:37 PM (11 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/block-template-utils.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-template-utils.php
r60328 r60339 438 438 if ( 'wp_template_part' === $template_type ) { 439 439 $candidate = _add_block_template_part_area_info( $new_template_item ); 440 if ( ! isset( $area ) || ( isset( $area ) && $area === $candidate['area'] )) {440 if ( ! isset( $area ) || $area === $candidate['area'] ) { 441 441 $template_files[ $template_slug ] = $candidate; 442 442 }
Note: See TracChangeset
for help on using the changeset viewer.