From dc3656528f68188e996826ca79c6415e0e38df64 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Tue, 17 Feb 2015 16:29:49 -0800 Subject: Issue #2392543 by awm: Fix documentation for hook_taxonomy_term_view_alter --- modules/taxonomy/taxonomy.api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/taxonomy') 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() */ -- cgit v1.2.3