summaryrefslogtreecommitdiff
path: root/modules/taxonomy/taxonomy.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/taxonomy/taxonomy.module')
-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)) {