diff options
author | Jennifer Hodgdon <yahgrp@poplarware.com> | 2012-03-05 08:37:21 -0800 |
---|---|---|
committer | Jennifer Hodgdon <yahgrp@poplarware.com> | 2012-03-05 08:37:21 -0800 |
commit | 0e866d2087ef24dbb6fb7b5481b1314b0e85be83 (patch) | |
tree | 74a0e2b3b3098b236e1d0c7505e529fde16f2916 | |
parent | b04f183beb5dd2164029533ad2566fd704b56699 (diff) | |
download | brdo-0e866d2087ef24dbb6fb7b5481b1314b0e85be83.tar.gz brdo-0e866d2087ef24dbb6fb7b5481b1314b0e85be83.tar.bz2 |
Issue #1458796 by damiankloip: Make Field API docs say they are about Field API
-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 bd2934b48..a5a1e8e89 100644 --- a/modules/field/field.attach.inc +++ b/modules/field/field.attach.inc @@ -73,7 +73,7 @@ define('FIELD_STORAGE_INSERT', 'insert'); * @{ * Operate on Field API data attached to Drupal entities. * - * Field Attach API functions load, store, display, generate Form API + * Field Attach API functions load, store, display, generate Field API * structures, and perform a variety of other functions for field data attached * to individual entities. * |