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