summaryrefslogtreecommitdiff
path: root/modules/taxonomy
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2012-07-20 12:40:22 -0700
committerJennifer Hodgdon <yahgrp@poplarware.com>2012-07-20 12:40:22 -0700
commit72177b018911523f825faf6e889cc2b0ddfff969 (patch)
treea8005c6a664e271660ec8e4c5de6ca31d3bc5af1 /modules/taxonomy
parent2372cf248dbcfaaf990d9cb28d40cd820b8976b2 (diff)
downloadbrdo-72177b018911523f825faf6e889cc2b0ddfff969.tar.gz
brdo-72177b018911523f825faf6e889cc2b0ddfff969.tar.bz2
Issue #1689426 by mjonesdinero, ronan.orb: Fix return value docs for taxonomy_term_load function
Diffstat (limited to 'modules/taxonomy')
-rw-r--r--modules/taxonomy/taxonomy.module3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module
index a3075e95c..d501282fe 100644
--- a/modules/taxonomy/taxonomy.module
+++ b/modules/taxonomy/taxonomy.module
@@ -1270,7 +1270,8 @@ function taxonomy_vocabulary_machine_name_load($name) {
* A term's ID
*
* @return
- * A term object. Results are statically cached.
+ * A taxonomy term object, or FALSE if the term was not found. Results are
+ * statically cached.
*/
function taxonomy_term_load($tid) {
if (!is_numeric($tid)) {