Skip to content

Commit

Permalink
Removing the commented out code.
Browse files Browse the repository at this point in the history
  • Loading branch information
krugazul committed Nov 21, 2024
1 parent af885d7 commit cb02978
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions includes/classes/blocks/class-registration.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ public function enqueue_block_variations_script() {
$scripts = [
'general' => '',
'tour' => '',
//'accommodation' => '',
//'destination' => '',
//'query-loops' => '',
'accommodation' => '',
'destination' => '',
'query-loops' => '',
];

// Make sure the script is only enqueued in the block editor.
Expand Down

0 comments on commit cb02978

Please sign in to comment.