From 71173d457c63fc86cd27e0312cb2064f264a6665 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Tue, 27 Nov 2012 07:33:04 -0800 Subject: Issue #1846510 by Tor Arne Thune: Remove duplicate that in code comment --- modules/field_ui/field_ui.admin.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/field_ui') diff --git a/modules/field_ui/field_ui.admin.inc b/modules/field_ui/field_ui.admin.inc index 1dff2b50e..a8a70b0c5 100644 --- a/modules/field_ui/field_ui.admin.inc +++ b/modules/field_ui/field_ui.admin.inc @@ -1534,7 +1534,7 @@ function field_ui_existing_field_options($entity_type, $bundle) { // - locked fields, // - fields already in the current bundle, // - fields that cannot be added to the entity type, - // - fields that that should not be added via user interface. + // - fields that should not be added via user interface. if (empty($field['locked']) && !field_info_instance($entity_type, $field['field_name'], $bundle) -- cgit v1.2.3