mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
Allow textarea in profile tagline
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user