You are here

function theme_diff_empty_line in Diff 5.2

Same name and namespace in other branches
  1. 6.2 diff.theme.inc \theme_diff_empty_line()
  2. 6 diff.module \theme_diff_empty_line()
  3. 7.3 diff.theme.inc \theme_diff_empty_line()
  4. 7.2 diff.theme.inc \theme_diff_empty_line()
1 theme call to theme_diff_empty_line()
DrupalDiffFormatter::emptyLine in ./DiffEngine.php

File

./DiffEngine.php, line 1168

Code

function theme_diff_empty_line($line) {
  return $line;
}