summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-04-21 07:53:45 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-04-21 07:53:45 +0000
commit3d493056a0d702394c4d85795982654045b26cd4 (patch)
treeb0bf6ba46e60d6b9c04f37ae4546ceaf52fdd4f6
parentfb44e57118db7c97624a29d414b48341793b8705 (diff)
downloadbrdo-3d493056a0d702394c4d85795982654045b26cd4.tar.gz
brdo-3d493056a0d702394c4d85795982654045b26cd4.tar.bz2
#605624 by puddlenipper, cwgordon7: Added clarification about example hooks.
-rw-r--r--includes/module.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/module.inc b/includes/module.inc
index 049687b2f..ae132fa5b 100644
--- a/includes/module.inc
+++ b/includes/module.inc
@@ -506,6 +506,10 @@ function module_disable($module_list, $disable_dependents = TRUE) {
* called example.module, then hook_help() as implemented by that module would
* be defined as example_help().
*
+ * The example functions included are not part of the Drupal core, they are
+ * just models that you can modify. Only the hooks implemented within modules
+ * are executed when running Drupal.
+ *
* See also @link themeable the themeable group page. @endlink
*/