diff options
author | Jennifer Hodgdon <yahgrp@poplarware.com> | 2012-09-11 08:49:22 -0700 |
---|---|---|
committer | Jennifer Hodgdon <yahgrp@poplarware.com> | 2012-09-11 08:49:22 -0700 |
commit | 9c3b49a9a4cc392840f99d874f7c80547a409cb1 (patch) | |
tree | 8701493fab96329fbfba52cd0d99fd7da83ee2ae /modules/system/system.api.php | |
parent | a8566322fc84586af7e871243f2a85880cf394b4 (diff) | |
download | brdo-9c3b49a9a4cc392840f99d874f7c80547a409cb1.tar.gz brdo-9c3b49a9a4cc392840f99d874f7c80547a409cb1.tar.bz2 |
Issue #262690 by Albert Volkman: Use correct name for Form API not Forms API
Diffstat (limited to 'modules/system/system.api.php')
-rw-r--r-- | modules/system/system.api.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php index 4f5c7880c..3f445dba3 100644 --- a/modules/system/system.api.php +++ b/modules/system/system.api.php @@ -623,7 +623,7 @@ function hook_cron_queue_info_alter(&$queues) { } /** - * Allows modules to declare their own Forms API element types and specify their + * Allows modules to declare their own Form API element types and specify their * default values. * * This hook allows modules to declare their own form element types and to @@ -1041,7 +1041,7 @@ function hook_menu_get_item_alter(&$router_item, $path, $original_map) { * This 'abc' object will then be passed into the callback functions defined * for the menu item, such as the page callback function mymodule_abc_edit() * to replace the integer 1 in the argument array. Note that a load function - * should return FALSE when it is unable to provide a loadable object. For + * should return FALSE when it is unable to provide a loadable object. For * example, the node_load() function for the 'node/%node/edit' menu item will * return FALSE for the path 'node/999/edit' if a node with a node ID of 999 * does not exist. The menu routing system will return a 404 error in this case. |