summaryrefslogtreecommitdiff
path: root/modules/help
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-10-04 18:32:05 +0000
committerDries Buytaert <dries@buytaert.net>2004-10-04 18:32:05 +0000
commit57def735f4ba5592cd277d78179061ae071c4d52 (patch)
tree43d1b285031465eb721a333382bc2ce16d04d980 /modules/help
parentaa6d81c19eaf7547a5fd5af78e2eb9fa6184676b (diff)
downloadbrdo-57def735f4ba5592cd277d78179061ae071c4d52.tar.gz
brdo-57def735f4ba5592cd277d78179061ae071c4d52.tar.bz2
- Patch #11166 by drumm: removed redundant help page from the taxonomy module.
Diffstat (limited to 'modules/help')
-rw-r--r--modules/help/help.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/help/help.module b/modules/help/help.module
index b3fe02ef4..7baff2a94 100644
--- a/modules/help/help.module
+++ b/modules/help/help.module
@@ -57,7 +57,7 @@ function help_main() {
<dt>Unpublished</dt><dd>A node that is only viewable by administrators and moderators.</dd>
<dt>User</dt><dd>A person who has an account at your Drupal site, and is logged in with that account.</dd>
<dt>Visitor</dt><dd>A person who does not have an account at your Drupal site or a person who has an account at your Drupal site but is <u>not</u> logged in with that account. Also termed \"anonymous user\".</dd>
- </dl>", array('%Drupal' => 'http://drupal.org', '%handbook' => 'http://drupal.org/handbook', '%help_pages' => help_links_as_list(), '%taxonomy' => url('admin/taxonomy/help')));
+ </dl>", array('%Drupal' => 'http://drupal.org', '%handbook' => 'http://drupal.org/handbook', '%help_pages' => help_links_as_list(), '%taxonomy' => url('admin/help/taxonomy')));
print theme('page', $output);
}