| Versionen | |
|---|---|
| drupal7 | aggregator_aggregator_parse_info() |
Implementation of hook_aggregator_parse_info().
modules/
<?php
function aggregator_aggregator_parse_info() {
return array(
'title' => t('Default parser'),
'description' => t('Parses RSS, Atom and RDF feeds.'),
);
}
?>
Kommentare
Kommentar hinzufügen