- Patch #1196112 by rocket_nova: taxonomy_get_parents() return value documentation isn't complete.

merge-requests/26/head
Dries 2011-11-22 20:37:48 -05:00
parent ac2747336a
commit abd3e6ef31
1 changed files with 2 additions and 1 deletions

View File

@ -863,7 +863,8 @@ function taxonomy_vocabulary_get_names() {
* A taxonomy term ID.
*
* @return
* An array of term objects which are the parents of the term $tid.
* An array of term objects which are the parents of the term $tid, or an
* empty array if parents are not found.
*/
function taxonomy_get_parents($tid) {
$parents = &drupal_static(__FUNCTION__, array());