diff options
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 d033d4992..ec3d64428 100644 --- a/modules/taxonomy/taxonomy.module +++ b/modules/taxonomy/taxonomy.module @@ -16,7 +16,7 @@ function taxonomy_perm() { } /** - * Implementation of hook_theme() + * Implementation of hook_theme(). */ function taxonomy_theme() { return array( |