diff options
author | Dries Buytaert <dries@buytaert.net> | 2011-05-08 15:51:01 -0400 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2011-05-08 15:51:01 -0400 |
commit | a22d7770d49716224b3c0ff43bf210b202d797dd (patch) | |
tree | b6debc41483c58c646a83eeec85db26bccd89ad8 /modules/field/field.api.php | |
parent | c09288a94eb89cf1015a6b6b8b218a14d9b686f7 (diff) | |
download | brdo-a22d7770d49716224b3c0ff43bf210b202d797dd.tar.gz brdo-a22d7770d49716224b3c0ff43bf210b202d797dd.tar.bz2 |
- Patch #1024684 by linclark: omit & in @param statements (for consistency).
Diffstat (limited to 'modules/field/field.api.php')
-rw-r--r-- | modules/field/field.api.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/field/field.api.php b/modules/field/field.api.php index e21c28106..9c52d24ef 100644 --- a/modules/field/field.api.php +++ b/modules/field/field.api.php @@ -1318,7 +1318,7 @@ function hook_field_attach_view_alter(&$output, $context) { * * This hook is invoked after the field module has performed the operation. * - * @param &$entity + * @param $entity * The entity being prepared for translation. * @param $context * An associative array containing: @@ -1361,7 +1361,7 @@ function hook_field_language_alter(&$display_language, $context) { * This hook is invoked from field_available_languages() to allow modules to * alter the array of available languages for the given field. * - * @param &$languages + * @param $languages * A reference to an array of language codes to be made available. * @param $context * An associative array containing: |