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