summaryrefslogtreecommitdiff
path: root/profiles/standard
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/standard')
-rw-r--r--profiles/standard/standard.install4
1 files changed, 2 insertions, 2 deletions
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',