| 6 aggregator.module | _aggregator_category_title($category) |
| 7 aggregator.module | _aggregator_category_title($category) |
| 8 aggregator.module | _aggregator_category_title($category) |
Menu callback.
Return value
An aggregator category title.
1 string reference to '_aggregator_category_title'
File
- modules/
aggregator/ aggregator.module, line 255 - Used to aggregate syndicated content (RSS, RDF, and Atom).
Code
function _aggregator_category_title($category) {
return $category['title'];
}
Login or register to post comments