From 72177b018911523f825faf6e889cc2b0ddfff969 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Fri, 20 Jul 2012 12:40:22 -0700 Subject: Issue #1689426 by mjonesdinero, ronan.orb: Fix return value docs for taxonomy_term_load function --- modules/taxonomy/taxonomy.module | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/taxonomy') 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)) { -- cgit v1.2.3