Closed (fixed)
Project:
FeedAPI
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
16 Sep 2007 at 23:48 UTC
Updated:
4 Oct 2007 at 08:15 UTC
The menu item for the feed list page doesn't have a description tag meaning no help text is available to admin users.
Here's a suggested description string:
$items[] = array(
'path' => 'admin/content/feed',
'title' => t('Feed'),
'description' => t("Configure which content your site aggregates from other sites, how often it polls them, and how they're categorized."),
'callback' => 'feedapi_management_page',
'access' => user_access('administer feedapi'),
);
Comments
Comment #1
aron novakFixed, thanks for the patch! We'll do a complete text and help review soon. Let's see: http://drupal.org/node/178319
Comment #2
aron novak