diff options
author | Dries Buytaert <dries@buytaert.net> | 2007-11-23 13:34:55 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2007-11-23 13:34:55 +0000 |
commit | 2f0657bc3d39986aa5e1b6c3604fec3af4740a5b (patch) | |
tree | e89a6fac1d08367270b8b3ab4bb5d03adb5af370 /modules/taxonomy/taxonomy.module | |
parent | 4d6c7bd41a110a7790a9d7f0671233c693db36e5 (diff) | |
download | brdo-2f0657bc3d39986aa5e1b6c3604fec3af4740a5b.tar.gz brdo-2f0657bc3d39986aa5e1b6c3604fec3af4740a5b.tar.bz2 |
- Removing excessive whitespace.
Diffstat (limited to 'modules/taxonomy/taxonomy.module')
-rw-r--r-- | modules/taxonomy/taxonomy.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module index dbb3c057e..9c4ed8dec 100644 --- a/modules/taxonomy/taxonomy.module +++ b/modules/taxonomy/taxonomy.module @@ -428,7 +428,7 @@ function taxonomy_get_vocabularies($type = NULL) { /** * Implementation of hook_form_alter(). * Generate a form for selecting terms to associate with a node. - * We check for taxonomy_override_selector before loading the full + * We check for taxonomy_override_selector before loading the full * vocabulary, so contrib modules can intercept before hook_form_alter * and provide scalable alternatives. */ |