diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/system/system.api.php | 3 |
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 |