From ebbb3eff942741e8c7eef2e2b3fa001d20f61201 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 27 Jun 2010 16:49:58 +0000 Subject: - Patch #795022 by nenne, brightplum: drupal_explode_tags() and drupal_implode_tags() should point to each other; taxonomy_implode_tags() too. --- modules/taxonomy/taxonomy.module | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/taxonomy/taxonomy.module') diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module index a4bb1de84..4500d8082 100644 --- a/modules/taxonomy/taxonomy.module +++ b/modules/taxonomy/taxonomy.module @@ -1025,6 +1025,8 @@ function _taxonomy_get_tid_from_term($term) { /** * Implodes a list of tags of a certain vocabulary into a string. + * + * @see drupal_explode_tags() */ function taxonomy_implode_tags($tags, $vid = NULL) { $typed_tags = array(); -- cgit v1.2.3