summaryrefslogtreecommitdiff
path: root/includes/theme.inc
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2014-09-01 22:20:25 -0400
committerDavid Rothstein <drothstein@gmail.com>2014-09-01 22:20:25 -0400
commit0867207af614d7f416dc81548a832f68fc533b7b (patch)
tree56c1d9c74e0384257068843b493920a33e198330 /includes/theme.inc
parent99c124d4d4c86d2cd2a9dc65d71632bc0dd98c1a (diff)
downloadbrdo-0867207af614d7f416dc81548a832f68fc533b7b.tar.gz
brdo-0867207af614d7f416dc81548a832f68fc533b7b.tar.bz2
Issue #1890980 by amitgoyal, robinvdvleuten: Fixed Unnecessary extra output variable in theme_links.
Diffstat (limited to 'includes/theme.inc')
-rw-r--r--includes/theme.inc2
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)) {