summaryrefslogtreecommitdiff
path: root/modules/taxonomy.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-02-21 18:46:54 +0000
committerDries Buytaert <dries@buytaert.net>2006-02-21 18:46:54 +0000
commit3603fe1bd8e3370c0ae86b557f2a08c77fd48efb (patch)
tree5029d29617b7f6be051df5a7b4b2f46d6a0bf1ec /modules/taxonomy.module
parente172910dd350f94522a85beb3fefe925b92e10e3 (diff)
downloadbrdo-3603fe1bd8e3370c0ae86b557f2a08c77fd48efb.tar.gz
brdo-3603fe1bd8e3370c0ae86b557f2a08c77fd48efb.tar.bz2
- Patch #49912: www.drupal.org -> drupal.org. (Today's critical bugfix #5.)
Diffstat (limited to 'modules/taxonomy.module')
-rw-r--r--modules/taxonomy.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/taxonomy.module b/modules/taxonomy.module
index 5ad44a6c3..f43529094 100644
--- a/modules/taxonomy.module
+++ b/modules/taxonomy.module
@@ -1220,7 +1220,7 @@ function taxonomy_help($section) {
<li>build a custom view of your categories using the <a href="%external-http-drupal-org-project-taxonomy_browser">taxonomy browser</a>.</li>
</ul>
', array('%admin-taxonomy-add-vocabulary' => url('admin/taxonomy/add/vocabulary'), '%admin-taxonomy' => url('admin/taxonomy'), '%external-http-drupal-org-project-taxonomy_access' => 'http://drupal.org/project/taxonomy_access', '%external-http-drupal-org-project-taxonomy_browser' => 'http://drupal.org/project/taxonomy_browser'));
- $output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="%taxonomy">Taxonomy page</a>.', array('%taxonomy' => 'http://www.drupal.org/handbook/modules/taxonomy/')) .'</p>';
+ $output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="%taxonomy">Taxonomy page</a>.', array('%taxonomy' => 'http://drupal.org/handbook/modules/taxonomy/')) .'</p>';
return $output;
case 'admin/modules#description':
return t('Enables the categorization of content.');