#915020 by asimmonds: Fixed Documentation problem with aggregator-summary-items.tpl.php

merge-requests/26/head
Angie Byron 2010-10-15 23:37:55 +00:00
parent f8b10296ea
commit 59fc4c92dc
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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);