function example_comment_validate in Coder 7
Same name and namespace in other branches
- 7.2 coder_upgrade/tests/old/samples/example.module \example_comment_validate()
File
- coder_upgrade/
tests/ old/ samples/ example.module, line 879
Code
function example_comment_validate() {
// comment_validate() -- Change the next line but leave this alone
if ($x = comment_validate('xx')) {
}
$y = comment_validate($xx['y']);
}