You are here

function potxcli_perm in Translation template extractor 6.2

Same name and namespace in other branches
  1. 5.2 potx-cli.php \potxcli_perm()
  2. 5 potx-cli.php \potxcli_perm()
  3. 6 potx-cli.php \potxcli_perm()
  4. 7 potx-cli.php \potxcli_perm()

File

./potx-cli.php, line 130

Code

function potxcli_perm() {
  return array(
    "access potx data",
    'administer potx data',
  );
}