Issue #2392543 by awm: Fix documentation for hook_taxonomy_term_view_alter

merge-requests/26/head
Jennifer Hodgdon 2015-02-17 16:29:49 -08:00
parent f1e15c1d65
commit dc3656528f
1 changed files with 1 additions and 1 deletions

View File

@ -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()
*/