diff options
author | Dries Buytaert <dries@buytaert.net> | 2011-04-12 22:54:25 +0200 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2011-04-12 22:54:25 +0200 |
commit | 8cdf750e0e431979dcea0009eb743959381c35d0 (patch) | |
tree | 041f0faf94f863c9c4e069a7fea6f1d7b1f6f06d /modules/system/system.api.php | |
parent | 00361a2c780209775cae007ee11a4ce60b525136 (diff) | |
download | brdo-8cdf750e0e431979dcea0009eb743959381c35d0.tar.gz brdo-8cdf750e0e431979dcea0009eb743959381c35d0.tar.bz2 |
- Patch #1066118 by Barrett: hook_field_widget_form() has punctuation error.
Diffstat (limited to 'modules/system/system.api.php')
-rw-r--r-- | modules/system/system.api.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php index 5ee776ae5..1c7178639 100644 --- a/modules/system/system.api.php +++ b/modules/system/system.api.php @@ -873,7 +873,7 @@ function hook_page_build(&$page) { * * This hook is invoked by menu_get_item() and allows for run-time alteration of router * information (page_callback, title, and so on) before it is translated and checked for - * access. The passed in $router_item is statically cached for the current request, so this + * access. The passed-in $router_item is statically cached for the current request, so this * hook is only invoked once for any router item that is retrieved via menu_get_item(). * * Usually, modules will only want to inspect the router item and conditionally |