diff options
author | webchick <webchick@24967.no-reply.drupal.org> | 2011-12-24 17:25:37 -0800 |
---|---|---|
committer | webchick <webchick@24967.no-reply.drupal.org> | 2011-12-24 17:25:37 -0800 |
commit | 8de8ead4d313a1dad265df0edfa773290fe8484d (patch) | |
tree | a3d5aaf39188f57d4c642b77a1f2ef5543462482 | |
parent | 9a519b179f0de487a091490a344cf07f63b683f8 (diff) | |
download | brdo-8de8ead4d313a1dad265df0edfa773290fe8484d.tar.gz brdo-8de8ead4d313a1dad265df0edfa773290fe8484d.tar.bz2 |
Issue #1373194 by chris.leversuch: Fixed Field Attach API topic/group page should link to Field Language API page.
-rw-r--r-- | modules/field/field.attach.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/field/field.attach.inc b/modules/field/field.attach.inc index e46f9c41c..45a2cb334 100644 --- a/modules/field/field.attach.inc +++ b/modules/field/field.attach.inc @@ -121,6 +121,9 @@ define('FIELD_STORAGE_INSERT', 'insert'); * Field Storage API is essentially the "fallback mechanism" for any fields * that aren't being intercepted explicitly by pre-operation hooks. * + * @link field_language Field Language API @endlink provides information about + * the structure of field objects. + * * See @link field Field API @endlink for information about the other parts of * the Field API. */ |