From 656f49fb89b03c0cdaf0ac5aaa92add698255ab1 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Wed, 12 Feb 2014 16:25:24 -0800 Subject: Issue #2183461 by siliconmeadow: Fix reference to nonexistent function in taxonomy docs --- modules/taxonomy/taxonomy.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/taxonomy') diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module index 7ad28e9f2..25bfa4f94 100644 --- a/modules/taxonomy/taxonomy.module +++ b/modules/taxonomy/taxonomy.module @@ -748,7 +748,7 @@ function taxonomy_term_delete($tid) { * @param term * A taxonomy term object. * @return - * A $page element suitable for use by drupal_page_render(). + * A $page element suitable for use by drupal_render(). */ function taxonomy_term_show($term) { return taxonomy_term_view_multiple(array($term->tid => $term), 'full'); -- cgit v1.2.3