From 30110a87701149dd23f250354266159ea3e07c35 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 23 Nov 2004 23:11:59 +0000 Subject: - Patch #6166 by Moshe: node preview should not display links. Push the links to the theme instead of the theme having to pull them in using node_link(). TODO: 1. Update theme upgrade instructions in the handbook: node_link() is gone. 2. Remove page_link() just like we removed node_link(). --- includes/common.inc | 9 --------- 1 file changed, 9 deletions(-) (limited to 'includes/common.inc') diff --git a/includes/common.inc b/includes/common.inc index 31f3f426d..d65ebe7a2 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -1595,15 +1595,6 @@ function link_page() { } } -/** - * Fetch a set of links to display after a given node. - * - * The links are gathered by calls to hook_link('node') in each module. - */ -function link_node($node, $main = 0) { - return module_invoke_all('link', 'node', $node, $main); -} - /** * Perform end-of-request tasks. * -- cgit v1.2.3