summaryrefslogtreecommitdiff
path: root/modules/story
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-02-08 19:36:46 +0000
committerDries Buytaert <dries@buytaert.net>2005-02-08 19:36:46 +0000
commita364148a31384983de27ece3c2b2a816453104ad (patch)
treed803589b54424bd4cc7d9c2ed09ccebc87b14ed8 /modules/story
parent501dd722a72b7710d2999fb1cc8a0fca2459d307 (diff)
downloadbrdo-a364148a31384983de27ece3c2b2a816453104ad.tar.gz
brdo-a364148a31384983de27ece3c2b2a816453104ad.tar.bz2
- Patch #16965 by Neil: removed some help text.
Diffstat (limited to 'modules/story')
-rw-r--r--modules/story/story.module2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/story/story.module b/modules/story/story.module
index 4394f5f44..1d2064974 100644
--- a/modules/story/story.module
+++ b/modules/story/story.module
@@ -13,8 +13,6 @@ function story_help($section) {
switch ($section) {
case 'admin/modules#description':
return t('Enables users to submit stories, articles or similar content.');
- case 'admin/help#story':
- return t("Stories are articles in their simplest form: they have a title, a teaser and a body, but can be extended by other modules. The teaser is part of the body too. Stories may be used as a personal blog or for news articles. By default, no menu item, or navigation element is created for a story. An extra feature of a story is, that an administrator can specify a submission guideline and enforce a minimum word count for user submitted stories");
case 'node/add#story':
return t('Stories are articles in their simplest form: they have a title, a teaser and a body, but can be extended by other modules. The teaser is part of the body too. Stories may be used as a personal blog or for news articles.');
}