You are here

function example_check_markup in Coder 7.2

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

File

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

Code

function example_check_markup() {

  // check_markup() -- Change the next line but leave this alone
  $node->body = check_markup($node->body, $node->format);

  // $node->body = check_markup($node->body, $node->format, $node->language);
  $content = check_markup($block->body, $block->format, FALSE);
}