From 62401d60caabd4808101b0d2d1f0ba37ac840114 Mon Sep 17 00:00:00 2001 From: Angie Byron <webchick@24967.no-reply.drupal.org> Date: Thu, 9 Oct 2008 01:49:03 +0000 Subject: [PATCH] #294742 by axyjo: Doxygen correction for drupal_alter(). --- includes/common.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/common.inc b/includes/common.inc index b2b9e577ea99..3e593c7cea31 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -2703,6 +2703,8 @@ function drupal_system_listing($mask, $directory, $key = 'name', $min_depth = 1) } /** + * Hands off structured Drupal arrays to type-specific *_alter implementations. + * * This dispatch function hands off structured Drupal arrays to type-specific * *_alter implementations. It ensures a consistent interface for all altering * operations. -- GitLab