- Timestamp:
- 07/17/2023 02:20:42 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php
r56195 r56248 597 597 } elseif ( null !== $template && 'custom' !== $template->source && $template->area ) { 598 598 $changes->tax_input['wp_template_part_area'] = _filter_block_template_part_area( $template->area ); 599 } elseif ( ! $template->area) {599 } elseif ( empty( $template->area ) ) { 600 600 $changes->tax_input['wp_template_part_area'] = WP_TEMPLATE_PART_AREA_UNCATEGORIZED; 601 601 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)