From 93029c6268a5a30414f9ef81c9ad2df7ad992613 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Wed, 10 Apr 2013 14:34:33 -0700 Subject: Issue #1811218 by chertzog, dozymoe, rootatwc: Fix args in hook_aggregator_process_info docs --- modules/aggregator/aggregator.api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/aggregator/aggregator.api.php') diff --git a/modules/aggregator/aggregator.api.php b/modules/aggregator/aggregator.api.php index cd5e47b14..d5cac4ec3 100644 --- a/modules/aggregator/aggregator.api.php +++ b/modules/aggregator/aggregator.api.php @@ -189,7 +189,7 @@ function hook_aggregator_process($feed) { * * @ingroup aggregator */ -function hook_aggregator_process_info($feed) { +function hook_aggregator_process_info() { return array( 'title' => t('Default processor'), 'description' => t('Creates lightweight records of feed items.'), -- cgit v1.2.3