function embedded_function_call in Translation template extractor 7
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()
- 6.2 potx-cli.php \embedded_function_call()
1 call to embedded_function_call()
- potx-cli.php in ./
potx-cli.php
File
- ./
potx-cli.php, line 135
Code
function embedded_function_call($dummy) {
return 12;
}