diff --git a/core/um-builtin.php b/core/um-builtin.php index 64cbc3a9..ca5c15c7 100644 --- a/core/um-builtin.php +++ b/core/um-builtin.php @@ -1082,7 +1082,7 @@ class UM_Builtin { $fields_without_metakey = apply_filters('um_fields_without_metakey', $fields_without_metakey ); if ( !$show_all ) { - $this->fields_dropdown = array('image','file','password','textarea','rating'); + $this->fields_dropdown = array('image','file','password','rating'); $this->fields_dropdown = array_merge( $this->fields_dropdown, $fields_without_metakey ); } else { $this->fields_dropdown = $fields_without_metakey;