summaryrefslogtreecommitdiff
path: root/modules/aggregator/aggregator.pages.inc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/aggregator/aggregator.pages.inc')
-rw-r--r--modules/aggregator/aggregator.pages.inc14
1 files changed, 8 insertions, 6 deletions
diff --git a/modules/aggregator/aggregator.pages.inc b/modules/aggregator/aggregator.pages.inc
index f8eb047af..1613a501a 100644
--- a/modules/aggregator/aggregator.pages.inc
+++ b/modules/aggregator/aggregator.pages.inc
@@ -234,14 +234,12 @@ function aggregator_categorize_items_submit($form, &$form_state) {
}
/**
- * Theme the page list form for assigning categories.
+ * Returns HTML for the aggregator page list form for assigning categories.
*
* @param $variables
* An associative array containing:
- * - form: An associative array containing the structure of the form.
+ * - form: A render element representing the form.
*
- * @return
- * The output HTML.
* @ingroup themeable
*/
function theme_aggregator_categorize_items($variables) {
@@ -371,13 +369,15 @@ function aggregator_page_rss() {
}
/**
- * Theme the RSS output.
+ * Prints the RSS page for a feed.
*
* @param $variables
* An associative array containing:
* - feeds: An array of the feeds to theme.
* - category: A common category, if any, for all the feeds.
*
+ * @return void
+ *
* @ingroup themeable
*/
function theme_aggregator_page_rss($variables) {
@@ -437,12 +437,14 @@ function aggregator_page_opml($cid = NULL) {
}
/**
- * Theme the OPML feed output.
+ * Prints the OPML page for a feed.
*
* @param $variables
* An associative array containing:
* - feeds: An array of the feeds to theme.
*
+ * @return void
+ *
* @ingroup themeable
*/
function theme_aggregator_page_opml($variables) {