From f8e430c7fdbd97a4d7451f4c94e5cb67183dab42 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Wed, 19 Aug 2009 22:46:05 +0000 Subject: #552084 by jhodgdon: Removed references to 'CCK' in core. --- modules/simpletest/tests/field_test.module | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'modules/simpletest') diff --git a/modules/simpletest/tests/field_test.module b/modules/simpletest/tests/field_test.module index 524a74ac9..75dee80de 100644 --- a/modules/simpletest/tests/field_test.module +++ b/modules/simpletest/tests/field_test.module @@ -424,7 +424,7 @@ function field_test_field_is_empty($item, $field) { /** * Implement hook_field_widget_info(). * - * Here we indicate that the content module will handle + * Here we indicate that the field module will handle * the default value and multiple values for these widgets. * * Callbacks can be omitted if default handing is used. @@ -464,11 +464,7 @@ function field_test_field_widget_info() { * plugged into any module that can provide it with valid * $field information. * - * Content module will set the weight, field name and delta values - * for each form element. This is a change from earlier CCK versions - * where the widget managed its own multiple values. - * - * If there are multiple values for this field, the content module will + * If there are multiple values for this field, the field module will * call this function as many times as needed. * * @param $form -- cgit v1.2.3