- Based on http://flickr.com/photos/dries/233551753/: changed the title 'RSS feeds' to 'RSS publishing' to make it slightly more distinct We also have a 'RSS aggregator' link.

5.x
Dries Buytaert 2006-10-14 11:47:12 +00:00
parent eefdce7cce
commit b32f8a915b
1 changed files with 2 additions and 2 deletions

View File

@ -234,8 +234,8 @@ function system_menu($may_cache) {
'callback' => 'drupal_get_form',
'callback arguments' => array('system_image_toolkit_settings'));
$items[] = array(
'path' => 'admin/content/rss-feed',
'title' => t('RSS feeds'),
'path' => 'admin/content/rss-publishing',
'title' => t('RSS publishing'),
'description' => t('Configure the number of items per feed and whether feeds should be titles/teasers/full-text.'),
'callback' => 'drupal_get_form',
'callback arguments' => array('system_rss_feeds_settings'));