diff options
author | webchick <webchick@24967.no-reply.drupal.org> | 2011-12-22 01:31:34 -0800 |
---|---|---|
committer | webchick <webchick@24967.no-reply.drupal.org> | 2011-12-22 01:31:34 -0800 |
commit | 86ff7681c807de1673f4c34ac0a2c368f3d0b97c (patch) | |
tree | 3519eedde5e91bfa0f7e4eecc79d2ac62ab91dc4 /modules/field/field.multilingual.inc | |
parent | 2550674cc80bc67a8efdbc645409ef0300a00266 (diff) | |
download | brdo-86ff7681c807de1673f4c34ac0a2c368f3d0b97c.tar.gz brdo-86ff7681c807de1673f4c34ac0a2c368f3d0b97c.tar.bz2 |
Issue #1349610 by bartlantz, jhodgdon: Make the subtopics of Field API link back to it.
Diffstat (limited to 'modules/field/field.multilingual.inc')
-rw-r--r-- | modules/field/field.multilingual.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/field/field.multilingual.inc b/modules/field/field.multilingual.inc index ccf01176b..4b4f01d7d 100644 --- a/modules/field/field.multilingual.inc +++ b/modules/field/field.multilingual.inc @@ -58,7 +58,8 @@ * it possible to choose the first approach. The display language for each * field is returned by field_language(). * - * @see field + * See @link field Field API @endlink for information about the other parts of + * the Field API. */ /** |