function potxcli_help in Translation template extractor 7
Same name and namespace in other branches
- 5.2 potx-cli.php \potxcli_help()
- 5 potx-cli.php \potxcli_help()
- 6 potx-cli.php \potxcli_help()
- 6.2 potx-cli.php \potxcli_help()
File
- ./
potx-cli.php, line 141
Code
function potxcli_help($section = 'default') {
watchdog('help', t('Help called'));
return t('This is some help');
}