summaryrefslogtreecommitdiff
path: root/modules/field_ui
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2012-11-27 07:33:04 -0800
committerJennifer Hodgdon <yahgrp@poplarware.com>2012-11-27 07:33:04 -0800
commit71173d457c63fc86cd27e0312cb2064f264a6665 (patch)
tree52d63bb28bd14c5285512bfac09c0befc6020c07 /modules/field_ui
parentf7ee856d233eae25792a558ffdf6a9a2426f33ec (diff)
downloadbrdo-71173d457c63fc86cd27e0312cb2064f264a6665.tar.gz
brdo-71173d457c63fc86cd27e0312cb2064f264a6665.tar.bz2
Issue #1846510 by Tor Arne Thune: Remove duplicate that in code comment
Diffstat (limited to 'modules/field_ui')
-rw-r--r--modules/field_ui/field_ui.admin.inc2
1 files changed, 1 insertions, 1 deletions
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)