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/aggregator/aggregator.module | 9 --------- 1 file changed, 9 deletions(-) (limited to 'modules/aggregator/aggregator.module') diff --git a/modules/aggregator/aggregator.module b/modules/aggregator/aggregator.module index b578bb79f..b9436b975 100644 --- a/modules/aggregator/aggregator.module +++ b/modules/aggregator/aggregator.module @@ -107,15 +107,6 @@ function aggregator_perm() { return array('administer news feeds', 'access news feeds'); } -/** - * Implementation of hook_link(). - */ -function aggregator_link($type) { - if ($type == 'page' && user_access('access news feeds')) { - return array(l(t('news feeds'), 'aggregator', array('title' => t('Read the latest news from syndicated web sites.')))); - } -} - /** * Implementation of hook_menu(). */ -- cgit v1.2.3