diff --git a/core/modules/field/field.deprecated.inc b/core/modules/field/field.deprecated.inc index 589a6e5..97255df 100644 --- a/core/modules/field/field.deprecated.inc +++ b/core/modules/field/field.deprecated.inc @@ -395,9 +395,9 @@ function field_read_fields($conditions = array(), $include_additional = array()) * @param $bundle * The bundle to which the field is bound. * @param array $include_additional - * The default behavior of this function is to not return an instance that - * has been deleted. Setting $include_additional['include_deleted'] to TRUE - * will override this behavior. + * The default behavior of this function is to not return an instance that has + * been deleted. Setting $include_additional['include_deleted'] to TRUE will + * override this behavior. * * @return * An instance structure, or FALSE.