diff --git a/core/modules/field/field.multilingual.inc b/core/modules/field/field.multilingual.inc index f054bf1..d776e2c 100644 --- a/core/modules/field/field.multilingual.inc +++ b/core/modules/field/field.multilingual.inc @@ -58,6 +58,8 @@ * even disabled by modules implementing hook_field_language_alter(), making * it possible to choose the first approach. The display language for each * field is returned by field_language(). + * + * @see http://drupal.org/node/1500308 * * See @link field Field API @endlink for information about the other parts of * the Field API.