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

merge-requests/26/head
Jennifer Hodgdon 2014-02-12 16:25:24 -08:00
parent ce6c478539
commit 656f49fb89
1 changed files with 1 additions and 1 deletions

View File

@ -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');