diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/theme.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/includes/theme.inc b/includes/theme.inc index ee73965d9..ebe5817b2 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -1690,8 +1690,6 @@ function theme_links($variables) { $output = ''; if (count($links) > 0) { - $output = ''; - // Treat the heading first if it is present to prepend it to the // list of links. if (!empty($heading)) { |