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 9d1f8f580..fcad26578 100644
--- a/modules/aggregator/aggregator.fetcher.inc
+++ b/modules/aggregator/aggregator.fetcher.inc
@@ -7,7 +7,7 @@
*/
/**
- * Implementation of hook_aggregator_fetch_info().
+ * Implement hook_aggregator_fetch_info().
*/
function aggregator_aggregator_fetch_info() {
return array(
@@ -17,7 +17,7 @@ function aggregator_aggregator_fetch_info() {
}
/**
- * Implementation of hook_aggregator_fetch().
+ * Implement hook_aggregator_fetch().
*/
function aggregator_aggregator_fetch($feed) {
$feed->source_string = FALSE;