summaryrefslogtreecommitdiff
path: root/devlet_l10n.features.inc
blob: 22507a17d2c467ee6e2b4316eeb84b004451db58 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php

/**
 * Implementation of hook_ctools_plugin_api().
 */
function devlet_l10n_ctools_plugin_api() {
  list($module, $api) = func_get_args();
  if ($module == "strongarm" && $api == "strongarm") {
    return array("version" => 1);
  }
}