summaryrefslogtreecommitdiff
path: root/modules/field
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2012-09-04 09:44:08 -0700
committerJennifer Hodgdon <yahgrp@poplarware.com>2012-09-04 09:44:08 -0700
commite1a760f48eda2e5b4b36061077d6bb87f589c2d6 (patch)
tree8ab8362c6da547b0773b5f21e77c9417e71c6eda /modules/field
parent89512a01cb59df7e944c02a44cc88e2d185c51a5 (diff)
downloadbrdo-e1a760f48eda2e5b4b36061077d6bb87f589c2d6.tar.gz
brdo-e1a760f48eda2e5b4b36061077d6bb87f589c2d6.tar.bz2
Issue #699604 by cam8001, nmudgal: Use file name for links to form API reference instead of full URL
Diffstat (limited to 'modules/field')
-rw-r--r--modules/field/field.api.php9
1 files changed, 4 insertions, 5 deletions
diff --git a/modules/field/field.api.php b/modules/field/field.api.php
index 0d01c59fa..73787b00d 100644
--- a/modules/field/field.api.php
+++ b/modules/field/field.api.php
@@ -690,11 +690,10 @@ function hook_field_is_empty($item, $field) {
* which widget to use. Widget types are defined by implementing
* hook_field_widget_info().
*
- * Widgets are
- * @link http://api.drupal.org/api/drupal/developer--topics--forms_api_reference.html Form API @endlink
- * elements with additional processing capabilities. Widget hooks are typically
- * called by the Field Attach API during the creation of the field form
- * structure with field_attach_form().
+ * Widgets are @link forms_api_reference.html Form API @endlink elements with
+ * additional processing capabilities. Widget hooks are typically called by the
+ * Field Attach API during the creation of the field form structure with
+ * field_attach_form().
*
* @see field
* @see field_types