Skip to content
Snippets Groups Projects
Commit 97384bed authored by Jennifer Hodgdon's avatar Jennifer Hodgdon
Browse files

Issue #2183461 by siliconmeadow: Fix reference to nonexistent function in taxonomy docs

parent faa46753
No related branches found
No related tags found
No related merge requests found
......@@ -342,7 +342,7 @@ function taxonomy_check_vocabulary_hierarchy(VocabularyInterface $vocabulary, $c
* content language of the current request.
*
* @return array
* A $page element suitable for use by drupal_page_render().
* A $page element suitable for use by drupal_render().
*/
function taxonomy_term_view(Term $term, $view_mode = 'full', $langcode = NULL) {
return entity_view($term, $view_mode, $langcode);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment