summaryrefslogtreecommitdiff
path: root/modules/aggregator
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-10-15 23:37:55 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-10-15 23:37:55 +0000
commit59fc4c92dc5f0a73ad3a3de780f97414c98bc066 (patch)
tree8ab9b83a05cb2fab5e021383b200909a24f02fa0 /modules/aggregator
parentf8b10296eac93519d8f2d8ad32f79358aa864869 (diff)
downloadbrdo-59fc4c92dc5f0a73ad3a3de780f97414c98bc066.tar.gz
brdo-59fc4c92dc5f0a73ad3a3de780f97414c98bc066.tar.bz2
#915020 by asimmonds: Fixed Documentation problem with aggregator-summary-items.tpl.php
Diffstat (limited to 'modules/aggregator')
-rw-r--r--modules/aggregator/aggregator-summary-items.tpl.php2
-rw-r--r--modules/aggregator/aggregator.pages.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/aggregator/aggregator-summary-items.tpl.php b/modules/aggregator/aggregator-summary-items.tpl.php
index cc1c6491f..3d3593082 100644
--- a/modules/aggregator/aggregator-summary-items.tpl.php
+++ b/modules/aggregator/aggregator-summary-items.tpl.php
@@ -14,7 +14,7 @@
* - $source_url: URL to the local source or category.
*
* @see template_preprocess()
- * @see template_preprocess_aggregator_summary-items()
+ * @see template_preprocess_aggregator_summary_items()
*/
?>
<h3><?php print $title; ?></h3>
diff --git a/modules/aggregator/aggregator.pages.inc b/modules/aggregator/aggregator.pages.inc
index 7b430c12a..3ea59352a 100644
--- a/modules/aggregator/aggregator.pages.inc
+++ b/modules/aggregator/aggregator.pages.inc
@@ -471,7 +471,7 @@ function theme_aggregator_page_opml($variables) {
/**
* Process variables for aggregator-summary-items.tpl.php.
*
- * @see aggregator-summary-item.tpl.php
+ * @see aggregator-summary-items.tpl.php
*/
function template_preprocess_aggregator_summary_items(&$variables) {
$variables['title'] = check_plain($variables['source']->title);