diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-11-24 22:56:21 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-11-24 22:56:21 +0000 |
commit | 4726c93156e59e0b44faf55845c3f97cf00a9168 (patch) | |
tree | 1aa1e96b3bd00735c1fd3663502a920a2e01f2e5 /modules/aggregator/aggregator.module | |
parent | 4e4e2aa7770a43c27a421b3f759160094f7d3191 (diff) | |
download | brdo-4726c93156e59e0b44faf55845c3f97cf00a9168.tar.gz brdo-4726c93156e59e0b44faf55845c3f97cf00a9168.tar.bz2 |
- 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.
Diffstat (limited to 'modules/aggregator/aggregator.module')
-rw-r--r-- | modules/aggregator/aggregator.module | 9 |
1 files changed, 0 insertions, 9 deletions
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 @@ -108,15 +108,6 @@ function aggregator_perm() { } /** - * 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(). */ function aggregator_menu($may_cache) { |