diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-07-13 21:09:54 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-07-13 21:09:54 +0000 |
commit | beadf384f1cd680fa18e7a12a634a3fb7646ffe6 (patch) | |
tree | c89477a00b4f4f7a3652b681d001b53d01ef15d7 /modules/field/field.module | |
parent | 6682ab936c8d49a8be32b2e149b45f1eba79de0c (diff) | |
download | brdo-beadf384f1cd680fa18e7a12a634a3fb7646ffe6.tar.gz brdo-beadf384f1cd680fa18e7a12a634a3fb7646ffe6.tar.bz2 |
#455844 follow-up by yched: Change render() to print render() for consistency with other template variables.
Diffstat (limited to 'modules/field/field.module')
-rw-r--r-- | modules/field/field.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/field/field.module b/modules/field/field.module index 0bfd91553..9b8ddbead 100644 --- a/modules/field/field.module +++ b/modules/field/field.module @@ -471,7 +471,7 @@ function field_format($obj_type, $object, $field, $item, $formatter_name = NULL, * Return a single field, fully themed with label and multiple values. * * To be used by third-party code (Views, Panels...) that needs to output - * an isolated field. Do *not* use inside node templates, use the + * an isolated field. Do *not* use inside node templates, use * render($content[FIELD_NAME]) instead. * * The field will be displayed using the display options (label display, |