You are here

function example_comment_node_url in Coder 7.2

Same name and namespace in other branches
  1. 7 coder_upgrade/tests/old/samples/example.module \example_comment_node_url()

File

coder_upgrade/tests/old/samples/example.module, line 886

Code

function example_comment_node_url() {

  // comment_node_url() -- Change the next line but leave this alone
  $var = 'xx/' . comment_node_url() . 'yy';
  if (comment_node_url() == '') {
  }
  return comment_node_url();
}