mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
* reviewed and fixed iframe height when HTML formatted textarea is used;
This commit is contained in:
@@ -2805,7 +2805,7 @@ if ( ! class_exists( 'um\core\Fields' ) ) {
|
||||
'media_buttons' => false,
|
||||
'wpautop' => false,
|
||||
'editor_class' => $this->get_class( $key, $data ),
|
||||
'editor_height' => $data['height'],
|
||||
'editor_height' => absint( $data['height'] ),
|
||||
'tinymce' => array(
|
||||
'toolbar1' => 'formatselect,bullist,numlist,bold,italic,underline,forecolor,blockquote,hr,removeformat,link,unlink,undo,redo',
|
||||
'toolbar2' => '',
|
||||
|
||||
Reference in New Issue
Block a user