function potx_test_7_perm in Translation template extractor 8
Same name and namespace in other branches
- 6.3 tests/potx_test_7.module \potx_test_7_perm()
- 7 tests/potx_test_7.module \potx_test_7_perm()
- 7.2 tests/potx_test_7.module \potx_test_7_perm()
File
- tests/
potx_test_7.module, line 63 - File used purely to test the parser in potx.
Code
function potx_test_7_perm() {
return array(
'test potx permission',
'one more test potx permission',
'',
);
}