From 59aa2ae8e8a7e29e0029941b28bce5b7ba31ae94 Mon Sep 17 00:00:00 2001 From: Neil Drumm Date: Tue, 4 Jul 2006 08:59:05 +0000 Subject: #71925 by Steven, remove # prefix from link array keys. --- modules/node/node.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/node') diff --git a/modules/node/node.module b/modules/node/node.module index 573c1c31b..129659abd 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -816,9 +816,9 @@ function node_link($type, $node = 0, $main = 0) { if ($main == 1 && $node->teaser && $node->readmore) { $links['node_read_more'] = array( - '#title' => t('read more'), - '#href' => "node/$node->nid", - '#attributes' => array('title' => t('Read the rest of this posting.')) + 'title' => t('read more'), + 'href' => "node/$node->nid", + 'attributes' => array('title' => t('Read the rest of this posting.')) ); } } -- cgit v1.2.3