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.admin.inc | |
parent | 4d6c7bd41a110a7790a9d7f0671233c693db36e5 (diff) | |
download | brdo-2f0657bc3d39986aa5e1b6c3604fec3af4740a5b.tar.gz brdo-2f0657bc3d39986aa5e1b6c3604fec3af4740a5b.tar.bz2 |
- Removing excessive whitespace.
Diffstat (limited to 'modules/taxonomy/taxonomy.admin.inc')
-rw-r--r-- | modules/taxonomy/taxonomy.admin.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/taxonomy/taxonomy.admin.inc b/modules/taxonomy/taxonomy.admin.inc index 97f1300c3..d0ca2016a 100644 --- a/modules/taxonomy/taxonomy.admin.inc +++ b/modules/taxonomy/taxonomy.admin.inc @@ -278,7 +278,7 @@ function taxonomy_form_term(&$form_state, $vocabulary, $edit = array()) { // taxonomy_get_tree and taxonomy_get_parents may contain large numbers of // items so we check for taxonomy_override_selector before loading the // full vocabulary. Contrib modules can then intercept before - // hook_form_alter to provide scalable alternatives. + // hook_form_alter to provide scalable alternatives. if (!variable_get('taxonomy_override_selector', FALSE)) { $parent = array_keys(taxonomy_get_parents($edit['tid'])); $children = taxonomy_get_tree($vocabulary->vid, $edit['tid']); |