Changeset 12460
- Timestamp:
- 03/09/2023 07:01:17 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wp-themes.com/public_html/wp-content/plugins/pattern-page/inc/page-intercept.php
r12413 r12460 146 146 function modify_query_block_context( $context, $parsed_block, $parent_block ) { 147 147 148 if ( 'core/query' === $parent_block->parsed_block['blockName'] ) {148 if ( $parent_block && 'core/query' === $parent_block->parsed_block['blockName'] ) { 149 149 $context['query']['inherit'] = false; 150 150 }
Note: See TracChangeset
for help on using the changeset viewer.