summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2013-07-24 10:33:40 -0700
committerJennifer Hodgdon <yahgrp@poplarware.com>2013-07-24 10:33:40 -0700
commitdc7f0cdbe24517d127379900899de4a5b31ebd70 (patch)
tree19d525776edcc4caf8c0d9eb329628911e3e24af /modules
parent38cf2ce17b50b11fd4e0066fbac10e4d0235a4cd (diff)
downloadbrdo-dc7f0cdbe24517d127379900899de4a5b31ebd70.tar.gz
brdo-dc7f0cdbe24517d127379900899de4a5b31ebd70.tar.bz2
Issue #1305814 by elachlan, giammi, TonyK, mdupont: Fix up hook_exit() docs accuracy
Diffstat (limited to 'modules')
-rw-r--r--modules/system/system.api.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php
index 77d2b964c..2c529d480 100644
--- a/modules/system/system.api.php
+++ b/modules/system/system.api.php
@@ -707,9 +707,10 @@ function hook_element_info_alter(&$type) {
/**
* Perform cleanup tasks.
*
- * This hook is run at the end of each page request. It is often used for
- * page logging and specialized cleanup. This hook MUST NOT print anything
- * because by the time it runs the response is already sent to the browser.
+ * This hook is run at the end of most regular page requests. It is often
+ * used for page logging and specialized cleanup. This hook MUST NOT print
+ * anything because by the time it runs the response is already sent to
+ * the browser.
*
* Only use this hook if your code must run even for cached page views.
* If you have code which must run once on all non-cached pages, use