From c2d7419f23dd2929e7178e2f09f327e08faa348b Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 20 Jun 2004 19:49:14 +0000 Subject: - Patch #8681 by stefan: fixed some broken URLs and help texts. --- modules/node/node.module | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'modules/node/node.module') diff --git a/modules/node/node.module b/modules/node/node.module index ffda472e4..5db76c824 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -30,7 +30,7 @@ function node_help($section = 'admin/help#node') {
Score
The score of the node is gotten by the votes it is given.
Users
The list of users who have voted on a moderated node.
Published
When using Drupal's moderation system a node remains unpublished -- unavailable to non-moderators -- until it is marked Published.
-

Now that you know what is in a node, here are some of the types of nodes available.

", array("%teaser" => url("admin/settings/node"))); +

Now that you know what is in a node, here are some of the types of nodes available.

", array("%teaser" => url("admin/node/configure/settings"))); if ($mod == 'admin') { foreach (node_list() as $type) { @@ -43,7 +43,8 @@ function node_help($section = 'admin/help#node') { case 'admin/modules#description': $output = t('The core that allows content to be submitted to the site.'); break; - case 'admin/settings/node': + case 'admin/node/configure': + case 'admin/node/configure/settings': $output = t('Settings for the core of Drupal. Almost everything is a node so these settings will affect most of the site.'); break; case 'admin/node': @@ -52,8 +53,8 @@ function node_help($section = 'admin/help#node') { case 'admin/node/search': $output = t("Enter a simple pattern to search for a post. This can include the wildcard character *.
For example, a search for \"br*\" might return \"bread bakers\", \"our daily bread\" and \"brenda\"."); break; - case 'admin/settings/node/defaults': - $output = t('This page lets you set the defaults used during creation of nodes for all the different node types.
comment: Read/write setting for comments.
publish: Is this node publicly viewable, has it been published?
promote: Is this node to be promoted to the front page?
moderate: Does this node need approval before it can be viewed?
sticky: Is this node always visible at the top of lists?
revision: Will this node go into the revision system allowing multiple versions to be saved?'); + case 'admin/node/configure/defaults': + $output = t('This page lets you set the defaults used during creation of nodes for all the different node types.
comment: Read/write setting for comments.
publish: Is this node publicly viewable, has it been published?
promote: Is this node to be promoted to the front page?
moderate: Does this node need approval before it can be viewed?
sticky: Is this node always visible at the top of lists?
revision: Will this node go into the revision system allowing multiple versions to be saved?'); break; } -- cgit v1.2.3