From 74c17a77ce992ffc45d7fa956f4510fdd0fdcee1 Mon Sep 17 00:00:00 2001 From: champsupertramp Date: Tue, 20 Sep 2016 09:38:50 +0800 Subject: [PATCH] Allow textarea in profile tagline --- core/um-builtin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;