diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-03-17 03:46:51 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-03-17 03:46:51 +0000 |
commit | 269de32e8ae5e9175a476e050fdc1f11f1b9f6b7 (patch) | |
tree | c2bb0353444f194357f4ae827eca708d7f147e3a /modules/field/field.attach.inc | |
parent | ec25568c11760cb43fc01ca4eec3b6e0eafd5971 (diff) | |
download | brdo-269de32e8ae5e9175a476e050fdc1f11f1b9f6b7.tar.gz brdo-269de32e8ae5e9175a476e050fdc1f11f1b9f6b7.tar.bz2 |
#369562 follow-up by jeffschuler: More trivial field API clean-up.
Diffstat (limited to 'modules/field/field.attach.inc')
-rw-r--r-- | modules/field/field.attach.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/field/field.attach.inc b/modules/field/field.attach.inc index 4ce7d8e69..9f2c745cc 100644 --- a/modules/field/field.attach.inc +++ b/modules/field/field.attach.inc @@ -8,7 +8,7 @@ // TODO D7 : consistency - do field_attach_functions return a value or alter in place ? -// TOTO D7 : consistency - some of these functions process individual fields +// TODO D7 : consistency - some of these functions process individual fields // and others process the combined value of all fields. // Should all iteration through available fields be done here instead of in Field? |