- 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.
parent
eefdce7cce
commit
b32f8a915b
|
@ -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'));
|
||||
|
|
Loading…
Reference in New Issue