diff options
author | webchick <webchick@24967.no-reply.drupal.org> | 2011-12-24 17:49:37 -0800 |
---|---|---|
committer | webchick <webchick@24967.no-reply.drupal.org> | 2011-12-24 17:49:37 -0800 |
commit | 0dc3499883c782b9bf63749b2e5344ef75d2d558 (patch) | |
tree | efb116daea70bb70f2d70a6cf24f0d54b2236fe3 /modules/aggregator/aggregator-feed-source.tpl.php | |
parent | 227fd2c43d62fb2e318684ccbbc0cec3efd1fb29 (diff) | |
download | brdo-0dc3499883c782b9bf63749b2e5344ef75d2d558.tar.gz brdo-0dc3499883c782b9bf63749b2e5344ef75d2d558.tar.bz2 |
Issue #1325116 by xenophyle, xjm: Clean up API docs for Aggregator module.
Diffstat (limited to 'modules/aggregator/aggregator-feed-source.tpl.php')
-rw-r--r-- | modules/aggregator/aggregator-feed-source.tpl.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/aggregator/aggregator-feed-source.tpl.php b/modules/aggregator/aggregator-feed-source.tpl.php index 6a684bdb7..f9cfa5556 100644 --- a/modules/aggregator/aggregator-feed-source.tpl.php +++ b/modules/aggregator/aggregator-feed-source.tpl.php @@ -17,6 +17,8 @@ * * @see template_preprocess() * @see template_preprocess_aggregator_feed_source() + * + * @ingroup themeable */ ?> <div class="feed-source"> |