summaryrefslogtreecommitdiff
path: root/modules/taxonomy
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2015-02-17 16:29:49 -0800
committerJennifer Hodgdon <yahgrp@poplarware.com>2015-02-17 16:29:49 -0800
commitdc3656528f68188e996826ca79c6415e0e38df64 (patch)
tree3118b35f49f82a4ba61f5703835205a35426e555 /modules/taxonomy
parentf1e15c1d6579f5d656b5792746b230a67e533168 (diff)
downloadbrdo-dc3656528f68188e996826ca79c6415e0e38df64.tar.gz
brdo-dc3656528f68188e996826ca79c6415e0e38df64.tar.bz2
Issue #2392543 by awm: Fix documentation for hook_taxonomy_term_view_alter
Diffstat (limited to 'modules/taxonomy')
-rw-r--r--modules/taxonomy/taxonomy.api.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/taxonomy/taxonomy.api.php b/modules/taxonomy/taxonomy.api.php
index b9c23dbfe..f3c5022b6 100644
--- a/modules/taxonomy/taxonomy.api.php
+++ b/modules/taxonomy/taxonomy.api.php
@@ -212,7 +212,7 @@ function hook_taxonomy_term_view($term, $view_mode, $langcode) {
* documentation respectively for details.
*
* @param $build
- * A renderable array representing the node content.
+ * A renderable array representing the term.
*
* @see hook_entity_view_alter()
*/