You are here

function theme_diff_empty_line in Diff 6

Same name and namespace in other branches
  1. 5.2 DiffEngine.php \theme_diff_empty_line()
  2. 6.2 diff.theme.inc \theme_diff_empty_line()
  3. 7.3 diff.theme.inc \theme_diff_empty_line()
  4. 7.2 diff.theme.inc \theme_diff_empty_line()

Theme function for an empty line in the diff.

1 theme call to theme_diff_empty_line()
DrupalDiffFormatter::emptyLine in ./DiffEngine.php

File

./diff.module, line 752
Provides functionality to show a diff between two node revisions.

Code

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