From 15ff8c8e32f6606ba73f765daa2b894ef88cd96c Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 29 Jan 2006 07:50:45 +0000 Subject: - Patch #46827 by wulff: fixed incorrect links. --- modules/taxonomy/taxonomy.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/taxonomy') diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module index 8a197c60d..483724bbb 100644 --- a/modules/taxonomy/taxonomy.module +++ b/modules/taxonomy/taxonomy.module @@ -1206,8 +1206,8 @@ function taxonomy_help($section) { $output .= '

'. t('A controlled vocabulary is a set of terms to use for describing content (known as descriptors in indexing lingo). Drupal allows you to describe each piece of content (blog, story, etc.) using one or many of these terms. For simple implementations, you might create a set of categories without subcategories, similar to Slashdot\'s sections. For more complex implementations, you might create a hierarchical list of categories. ') .'

'; $output .= t('

You can

-- cgit v1.2.3