diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-09-10 06:31:39 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-09-10 06:31:39 +0000 |
commit | d481f1cd364de615d274c2ccde68e37126f1959e (patch) | |
tree | bb4c488f30b310441fb81ef76f0edbad382cd3f0 /modules/simpletest/tests/field_test.module | |
parent | 46c4a33b21988a5420ffab0964c6a017abbb96b2 (diff) | |
download | brdo-d481f1cd364de615d274c2ccde68e37126f1959e.tar.gz brdo-d481f1cd364de615d274c2ccde68e37126f1959e.tar.bz2 |
- Patch #572932 by sun: rename hook_elements() to hook_elements_info() for consistency. Yay to API clean-ups during 'slush'.
Diffstat (limited to 'modules/simpletest/tests/field_test.module')
-rw-r--r-- | modules/simpletest/tests/field_test.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/simpletest/tests/field_test.module b/modules/simpletest/tests/field_test.module index f0b47bd76..fb711de78 100644 --- a/modules/simpletest/tests/field_test.module +++ b/modules/simpletest/tests/field_test.module @@ -470,7 +470,7 @@ function field_test_field_widget_info() { * Implement hook_field_widget(). * * Attach a single form element to the form. It will be built out and - * validated in the callback(s) listed in hook_elements. We build it + * validated in the callback(s) listed in hook_element_info(). We build it * out in the callbacks rather than here in hook_widget so it can be * plugged into any module that can provide it with valid * $field information. |