diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-03-26 17:14:46 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-03-26 17:14:46 +0000 |
commit | d428fe37b91d9fb04b62d19d8ce04da32a1ac96c (patch) | |
tree | 560f70b5053c1663aecc62df18ffb3ab30aabcfb /profiles | |
parent | 94d0be55b4580086b214f4abbf33858e3f2535ba (diff) | |
download | brdo-d428fe37b91d9fb04b62d19d8ce04da32a1ac96c.tar.gz brdo-d428fe37b91d9fb04b62d19d8ce04da32a1ac96c.tar.bz2 |
- Patch #681538 by aspilicious, jhodgdon, trevjs: fixed possibly broken @see also links.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/standard/standard.install | 4 |
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', |