diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-02-05 16:42:38 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-02-05 16:42:38 +0000 |
commit | 429c8a002298e457f0972187895f75c979ff15b2 (patch) | |
tree | 961c9c17fc7f384c6ba0d71124dbbe1b867f50f5 /modules/story.module | |
parent | 72e8fa574f47a1813c45f8fce1fe34c623f1922c (diff) | |
download | brdo-429c8a002298e457f0972187895f75c979ff15b2.tar.gz brdo-429c8a002298e457f0972187895f75c979ff15b2.tar.bz2 |
- documentation updates contributed by Michael O'Henly <michael@tenzo.com>
and myself
Diffstat (limited to 'modules/story.module')
-rw-r--r-- | modules/story.module | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/story.module b/modules/story.module index 69b97dfd3..130ae42e3 100644 --- a/modules/story.module +++ b/modules/story.module @@ -16,10 +16,10 @@ function story_cron() { function story_help() { ?> - <P><B>Scheduled stories</B>: stories that are scheduled to be automatically published at a given date and time. Useful when you have to leave the site alone for a while or when you want to regulate the flow of new content.</P> - <P><B>Queued stories</B>: user-contributed stories are automatically whisked away to a submission queue for moderators to frown at it. Moderators vote whether or not a story should be carried to the front page for discussion.</P> - <P><B>Posted stories</B>: published stories accessible to all visitors.</P> - <P><B>Dumped stories</B>: rejected stories that are no longer available to visitors.</P> + <P>Scheduled stories: stories that are scheduled to be automatically published at a given date and time. Useful when you have to leave the site alone for a while or when you want to regulate the flow of new content.</P> + <P>Queued stories: user-contributed stories are automatically whisked away to a submission queue for moderators (i.e. registered user) to frown at. Moderators vote whether or not a story should be posted to the front page for discussion.</P> + <P>Posted stories: published stories accessible to all visitors.</P> + <P>Dumped stories: rejected stories that are no longer available to visitors.</P> <? } |