summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-07-01 00:46:57 +0000
committerDries Buytaert <dries@buytaert.net>2010-07-01 00:46:57 +0000
commit435e4e0310b6f7000d101f877a87f397b13219a3 (patch)
treeada2e1b022d78876f141601a7cff7ec3abebd938 /modules/system
parent6f49c598157117549f36c4471a875ab04dd282fb (diff)
downloadbrdo-435e4e0310b6f7000d101f877a87f397b13219a3.tar.gz
brdo-435e4e0310b6f7000d101f877a87f397b13219a3.tar.bz2
- Patch #effulgentsia: remove left-overs.
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/system.api.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php
index 467d37fbe..adbc224b9 100644
--- a/modules/system/system.api.php
+++ b/modules/system/system.api.php
@@ -3524,8 +3524,7 @@ function hook_date_formats_alter(&$formats) {
* information unrelated to the path of the page accessed. For example,
* it can be used to set the delivery callback based on a HTTP request
* header (as shown in the code sample). To specify a delivery callback
- * based on path information, use hook_menu(), hook_menu_alter() or
- * hook_page_delivery_callback_alter().
+ * based on path information, use hook_menu() or hook_menu_alter().
*
* This hook can also be used as an API function that can be used to explicitly
* set the delivery callback from some other function. For example, for a module