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. --- includes/common.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'includes') diff --git a/includes/common.inc b/includes/common.inc index 265fe022c..d37f0588b 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -6177,6 +6177,8 @@ function watchdog_severity_levels() { /** * Explode a string of given tags into an array. + * + * @see drupal_implode_tags() */ function drupal_explode_tags($tags) { // This regexp allows the following types of user input: @@ -6201,6 +6203,8 @@ function drupal_explode_tags($tags) { /** * Implode an array of tags into a string. + * + * @see drupal_explode_tags() */ function drupal_implode_tags($tags) { $encoded_tags = array(); -- cgit v1.2.3