diff options
Diffstat (limited to 'modules/aggregator/aggregator.parser.inc')
-rw-r--r-- | modules/aggregator/aggregator.parser.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/aggregator/aggregator.parser.inc b/modules/aggregator/aggregator.parser.inc index fbd0deda4..4d6f4fc47 100644 --- a/modules/aggregator/aggregator.parser.inc +++ b/modules/aggregator/aggregator.parser.inc @@ -7,7 +7,7 @@ */ /** - * Implement hook_aggregator_parse_info(). + * Implements hook_aggregator_parse_info(). */ function aggregator_aggregator_parse_info() { return array( @@ -17,7 +17,7 @@ function aggregator_aggregator_parse_info() { } /** - * Implement hook_aggregator_parse(). + * Implements hook_aggregator_parse(). */ function aggregator_aggregator_parse($feed) { global $channel, $image; |