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