summaryrefslogtreecommitdiff
path: root/includes/common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/common.inc')
-rw-r--r--includes/common.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/common.inc b/includes/common.inc
index 9275125d6..77aa900b9 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -2787,6 +2787,9 @@ function drupal_common_themes() {
'feed_icon' => array(
'arguments' => array('url' => NULL, 'title' => NULL),
),
+ 'more_link' => array(
+ 'arguments' => array('url' => NULL, 'title' => NULL)
+ ),
'closure' => array(
'arguments' => array('main' => 0),
),