From a364148a31384983de27ece3c2b2a816453104ad Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Tue, 8 Feb 2005 19:36:46 +0000
Subject: [PATCH] - Patch #16965 by Neil: removed some help text.

---
 modules/story.module       | 2 --
 modules/story/story.module | 2 --
 2 files changed, 4 deletions(-)

diff --git a/modules/story.module b/modules/story.module
index 4394f5f44f6f..1d2064974a25 100644
--- a/modules/story.module
+++ b/modules/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.');
   }
diff --git a/modules/story/story.module b/modules/story/story.module
index 4394f5f44f6f..1d2064974a25 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.');
   }
-- 
GitLab