summaryrefslogtreecommitdiff
path: root/modules/simpletest
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-19 22:46:05 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-19 22:46:05 +0000
commitf8e430c7fdbd97a4d7451f4c94e5cb67183dab42 (patch)
tree36f581ecc766954c5f36f900a98d51a6443239f6 /modules/simpletest
parent01d98fa50b58c615bd729f915470d4244e35a76b (diff)
downloadbrdo-f8e430c7fdbd97a4d7451f4c94e5cb67183dab42.tar.gz
brdo-f8e430c7fdbd97a4d7451f4c94e5cb67183dab42.tar.bz2
#552084 by jhodgdon: Removed references to 'CCK' in core.
Diffstat (limited to 'modules/simpletest')
-rw-r--r--modules/simpletest/tests/field_test.module8
1 files changed, 2 insertions, 6 deletions
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