From d428fe37b91d9fb04b62d19d8ce04da32a1ac96c Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 26 Mar 2010 17:14:46 +0000 Subject: - Patch #681538 by aspilicious, jhodgdon, trevjs: fixed possibly broken @see also links. --- profiles/standard/standard.install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'profiles/standard') diff --git a/profiles/standard/standard.install b/profiles/standard/standard.install index 5caacb894..ff10e0b9c 100644 --- a/profiles/standard/standard.install +++ b/profiles/standard/standard.install @@ -315,7 +315,7 @@ function standard_install() { // Create an image field named "Image", enabled for the 'article' content type. // Many of the following values will be defaulted, they're included here as an illustrative examples. - // @see: http://api.drupal.org/api/function/field_create_field/7 + // See http://api.drupal.org/api/function/field_create_field/7 $field = array( 'field_name' => 'field_image', @@ -337,7 +337,7 @@ function standard_install() { // Many of the following values will be defaulted, they're included here as an illustrative examples. - // @see: http://api.drupal.org/api/function/field_create_instance/7 + // See http://api.drupal.org/api/function/field_create_instance/7 $instance = array( 'field_name' => 'field_image', 'object_type' => 'node', -- cgit v1.2.3