You are here

function potxcli_help in Translation template extractor 6.2

Same name and namespace in other branches
  1. 5.2 potx-cli.php \potxcli_help()
  2. 5 potx-cli.php \potxcli_help()
  3. 6 potx-cli.php \potxcli_help()
  4. 7 potx-cli.php \potxcli_help()

File

./potx-cli.php, line 134

Code

function potxcli_help($section = 'default') {
  watchdog('help', t('Help called'));
  return t('This is some help');
}