function theme_diff_empty_line in Diff 7.3
Same name and namespace in other branches
- 5.2 DiffEngine.php \theme_diff_empty_line()
- 6.2 diff.theme.inc \theme_diff_empty_line()
- 6 diff.module \theme_diff_empty_line()
- 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()
File
- ./
diff.theme.inc, line 98 - Themeable function callbacks for diff.module.
Code
function theme_diff_empty_line($vars) {
return $vars['line'];
}