You are here

function embedded_function_call in Translation template extractor 6.2

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

File

./potx-cli.php, line 128

Code

function embedded_function_call($dummy) {
  return 12;
}