diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-07-23 22:14:26 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-07-23 22:14:26 +0000 |
commit | bf501fdae5b1f708dea6ca12f73c77ca84568294 (patch) | |
tree | 7806976a13c81ff21b20ca971807a0418118ad72 /modules/aggregator | |
parent | fb9bff3c4b1d258361b2f2258e0e043ca11a6080 (diff) | |
download | brdo-bf501fdae5b1f708dea6ca12f73c77ca84568294.tar.gz brdo-bf501fdae5b1f708dea6ca12f73c77ca84568294.tar.bz2 |
#529202 by yched: Fix phpdoc in aggregator-wrapper.tpl.php.
Diffstat (limited to 'modules/aggregator')
-rw-r--r-- | modules/aggregator/aggregator-wrapper.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/aggregator/aggregator-wrapper.tpl.php b/modules/aggregator/aggregator-wrapper.tpl.php index 3e7a4684f..536da1864 100644 --- a/modules/aggregator/aggregator-wrapper.tpl.php +++ b/modules/aggregator/aggregator-wrapper.tpl.php @@ -10,7 +10,7 @@ * - $page: Pager links rendered through theme_pager(). * * @see template_preprocess() - * @see template_preprocess_comment_wrapper() + * @see template_preprocess_aggregator_wrapper() */ ?> <div id="aggregator"> |