You are here

function potx_test_6_perm in Translation template extractor 6.3

Same name and namespace in other branches
  1. 8 tests/potx_test_6.module \potx_test_6_perm()
  2. 7.3 tests/potx_test_6.module \potx_test_6_perm()
  3. 7 tests/potx_test_6.module \potx_test_6_perm()
  4. 7.2 tests/potx_test_6.module \potx_test_6_perm()

File

tests/potx_test_6.module, line 57
File used purely to test the parser in potx.

Code

function potx_test_6_perm() {
  return array(
    'test potx permission',
    'one more test potx permission',
    '',
  );
}