summaryrefslogtreecommitdiff
path: root/modules/taxonomy
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2014-02-12 16:25:24 -0800
committerJennifer Hodgdon <yahgrp@poplarware.com>2014-02-12 16:25:24 -0800
commit656f49fb89b03c0cdaf0ac5aaa92add698255ab1 (patch)
tree2478cf4480f78f835a05696a940522f5df1aa83e /modules/taxonomy
parentce6c4785390e5eb056f3e61e590241f5c0481500 (diff)
downloadbrdo-656f49fb89b03c0cdaf0ac5aaa92add698255ab1.tar.gz
brdo-656f49fb89b03c0cdaf0ac5aaa92add698255ab1.tar.bz2
Issue #2183461 by siliconmeadow: Fix reference to nonexistent function in taxonomy docs
Diffstat (limited to 'modules/taxonomy')
-rw-r--r--modules/taxonomy/taxonomy.module2
1 files changed, 1 insertions, 1 deletions
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');