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