Allow textarea in profile tagline

This commit is contained in:
champsupertramp
2016-09-20 09:38:50 +08:00
parent 24ad9b6b91
commit 74c17a77ce
+1 -1
View File
@@ -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;