File
- drupal/core/lib/Drupal/Component/Diff/DiffEngine.php, line 906
- A PHP diff engine for phpwiki. (Taken from phpwiki-1.3.3)
Class
- DiffFormatter
- A class to format Diffs
Code
function _start_block($header) {
if ($this->show_header) {
echo $header . "\n";
}
}