Skip to content

Commit

Permalink
removed queryID removal from query blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
pbking committed Mar 22, 2024
1 parent 7c624e6 commit 790b8f3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions admin/create-theme/theme-templates.php
Original file line number Diff line number Diff line change
Expand Up @@ -326,9 +326,6 @@ public static function eliminate_environment_specific_content( $template ) {
if ( isset( $block['attrs']['taxQuery'] ) ) {
unset( $blocks[ $key ]['attrs']['taxQuery'] );
}
if ( isset( $block['attrs']['queryId'] ) ) {
unset( $blocks[ $key ]['attrs']['queryId'] );
}
}
}

Expand Down

0 comments on commit 790b8f3

Please sign in to comment.