From 4726c93156e59e0b44faf55845c3f97cf00a9168 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 24 Nov 2004 22:56:21 +0000 Subject: - Patch #13443 by Moshe: got rid of the semi-implemented 'page link' feature. All themes currently support primary and secondary links so page links are now deprecated. Check your contributed modules and update them accordingly. --- modules/search.module | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'modules/search.module') diff --git a/modules/search.module b/modules/search.module index 25f767bda..69714827d 100644 --- a/modules/search.module +++ b/modules/search.module @@ -67,19 +67,6 @@ function search_perm() { return array('search content', 'administer search'); } -/** - * Implementation of hook_link(). - */ -function search_link($type) { - $links = array(); - - if ($type == 'page' && user_access('search content')) { - $links[] = l(t('search'), 'search', array('title' => t('Search for older content.'))); - } - - return $links; -} - /** * Implementation of hook_menu(). */ -- cgit v1.2.3