From 245d83cb84124af7fd595e0a552a6ba782720d2e Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Tue, 25 Aug 2009 15:39:13 +0000 Subject: #364219 follow-up by TheRec: Fix invocations of theme_links() via Drupal's rendering API. --- includes/common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/common.inc') diff --git a/includes/common.inc b/includes/common.inc index 6e79e6673..05a96512d 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -4257,7 +4257,7 @@ function drupal_common_theme() { 'arguments' => array('display' => NULL), ), 'links' => array( - 'arguments' => array('links' => NULL, 'attributes' => array('class' => array('links'))), + 'arguments' => array('links' => NULL, 'attributes' => array('class' => array('links')), 'heading' => array()), ), 'image' => array( 'arguments' => array('path' => NULL, 'alt' => '', 'title' => '', 'attributes' => array(), 'getsize' => TRUE), -- cgit v1.2.3