summaryrefslogtreecommitdiff
path: root/modules/aggregator/aggregator.fetcher.inc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/aggregator/aggregator.fetcher.inc')
-rw-r--r--modules/aggregator/aggregator.fetcher.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/aggregator/aggregator.fetcher.inc b/modules/aggregator/aggregator.fetcher.inc
index 002209461..7c697052c 100644
--- a/modules/aggregator/aggregator.fetcher.inc
+++ b/modules/aggregator/aggregator.fetcher.inc
@@ -7,7 +7,7 @@
*/
/**
- * Implement hook_aggregator_fetch_info().
+ * Implements hook_aggregator_fetch_info().
*/
function aggregator_aggregator_fetch_info() {
return array(
@@ -17,7 +17,7 @@ function aggregator_aggregator_fetch_info() {
}
/**
- * Implement hook_aggregator_fetch().
+ * Implements hook_aggregator_fetch().
*/
function aggregator_aggregator_fetch($feed) {
$feed->source_string = FALSE;