Issue #2183461 by siliconmeadow: Fix reference to nonexistent function in taxonomy docs
parent
ce6c478539
commit
656f49fb89
|
@ -748,7 +748,7 @@ function taxonomy_term_delete($tid) {
|
||||||
* @param term
|
* @param term
|
||||||
* A taxonomy term object.
|
* A taxonomy term object.
|
||||||
* @return
|
* @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) {
|
function taxonomy_term_show($term) {
|
||||||
return taxonomy_term_view_multiple(array($term->tid => $term), 'full');
|
return taxonomy_term_view_multiple(array($term->tid => $term), 'full');
|
||||||
|
|
Loading…
Reference in New Issue