Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
59fc4c92
Commit
59fc4c92
authored
Oct 15, 2010
by
webchick
Browse files
#915020
by asimmonds: Fixed Documentation problem with aggregator-summary-items.tpl.php
parent
f8b10296
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/aggregator/aggregator-summary-items.tpl.php
View file @
59fc4c92
...
...
@@ -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>
...
...
modules/aggregator/aggregator.pages.inc
View file @
59fc4c92
...
...
@@ -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-item
s
.tpl.php
*/
function
template_preprocess_aggregator_summary_items
(
&
$variables
)
{
$variables
[
'title'
]
=
check_plain
(
$variables
[
'source'
]
->
title
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment