diff options
Diffstat (limited to 'modules/field/field.api.php')
-rw-r--r-- | modules/field/field.api.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/field/field.api.php b/modules/field/field.api.php index 4b7124809..ebaec922f 100644 --- a/modules/field/field.api.php +++ b/modules/field/field.api.php @@ -116,7 +116,8 @@ function hook_field_extra_fields_alter(&$info) { * A third kind of pluggable handlers, storage backends, is defined by the * @link field_storage Field Storage API @endlink. * - * @see field + * See @link field Field API @endlink for information about the other parts of + * the Field API. */ /** |