summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2008-10-09 01:49:03 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2008-10-09 01:49:03 +0000
commit62401d60caabd4808101b0d2d1f0ba37ac840114 (patch)
treeec6b1120e6f45637c83c79e23a0db8dd4e7d67a7 /includes
parentf841d1a764c4aa6aa6d2a58daa401be615f4e873 (diff)
downloadbrdo-62401d60caabd4808101b0d2d1f0ba37ac840114.tar.gz
brdo-62401d60caabd4808101b0d2d1f0ba37ac840114.tar.bz2
#294742 by axyjo: Doxygen correction for drupal_alter().
Diffstat (limited to 'includes')
-rw-r--r--includes/common.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/common.inc b/includes/common.inc
index b2b9e577e..3e593c7ce 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.