From 0867207af614d7f416dc81548a832f68fc533b7b Mon Sep 17 00:00:00 2001 From: David Rothstein Date: Mon, 1 Sep 2014 22:20:25 -0400 Subject: Issue #1890980 by amitgoyal, robinvdvleuten: Fixed Unnecessary extra output variable in theme_links. --- includes/theme.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'includes/theme.inc') 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)) { -- cgit v1.2.3