Commit 5fcb0362 authored by Tim Bozeman's avatar Tim Bozeman Committed by Tim Bozeman
Browse files

Issue #3325340 by Tim Bozeman: Translation improvements

parent f6021287
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -78,12 +78,6 @@ function location_variant_module_implements_alter(&$implementations, $hook) {
    $group = $implementations['location_variant'];
    $implementations = ['location_variant' => $group] + $implementations;
  }
  if ($hook === 'views_query_alter') {
    // Ensure that our query alter happens after workspaces.
    $group = $implementations['location_variant'];
    unset($implementations['location_variant']);
    $implementations['location_variant'] = $group;
  }
}

/**