function _aggregator_category_title

Title callback: Returns a title for aggregator category pages.

Parameters

$category: An aggregator category.

Return value

A string with the aggregator category title.

1 string reference to '_aggregator_category_title'
aggregator_menu in modules/aggregator/aggregator.module
Implements hook_menu().

File

modules/aggregator/aggregator.module, line 277

Code

function _aggregator_category_title($category) {
    return $category['title'];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.