summaryrefslogtreecommitdiff
path: root/modules/taxonomy/taxonomy.module
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2006-08-20 05:57:41 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2006-08-20 05:57:41 +0000
commit55eec8f66f909fd105074142d99e22e02b489991 (patch)
tree246f2e41d47fd55b83dfcb690919e65e17e62e96 /modules/taxonomy/taxonomy.module
parente14c3aa6c0707c18005146f5311f0db0d5a1af3f (diff)
downloadbrdo-55eec8f66f909fd105074142d99e22e02b489991.tar.gz
brdo-55eec8f66f909fd105074142d99e22e02b489991.tar.bz2
#79601: module_exist() -> module_exists()
Diffstat (limited to 'modules/taxonomy/taxonomy.module')
-rw-r--r--modules/taxonomy/taxonomy.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module
index 814a1a11b..6d93a43fc 100644
--- a/modules/taxonomy/taxonomy.module
+++ b/modules/taxonomy/taxonomy.module
@@ -20,7 +20,7 @@ function taxonomy_perm() {
* print lists of terms associated with a node. Themes can print taxonomy
* links with:
*
- * if (module_exist('taxonomy')) {
+ * if (module_exists('taxonomy')) {
* $this->links(taxonomy_link('taxonomy terms', $node));
* }
*/