You are here

function example_comment_validate in Coder 7.2

Same name and namespace in other branches
  1. 7 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']);
}