function potxcli_perm in Translation template extractor 6
Same name and namespace in other branches
- 5.2 potx-cli.php \potxcli_perm()
- 5 potx-cli.php \potxcli_perm()
- 6.2 potx-cli.php \potxcli_perm()
- 7 potx-cli.php \potxcli_perm()
File
- ./
potx-cli.php, line 128
Code
function potxcli_perm() {
return array(
"access potx data",
'administer potx data',
);
}