function embedded_function_call in Translation template extractor 5
Same name and namespace in other branches
- 5.2 potx-cli.php \embedded_function_call()
- 6 potx-cli.php \embedded_function_call()
- 6.2 potx-cli.php \embedded_function_call()
- 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 126 
Code
function embedded_function_call($dummy) {
  return 12;
}